2 Star 0 Fork 0

KarryCMT/stacy-egg

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
app.js 348 Bytes
Copy Edit Raw Blame History
KarryCMT authored 2022-09-04 14:41 . feat: 新增收藏模块
module.exports = (app) => {
app.once('server', (server) => {
// websocket
});
app.on('error', (err, ctx) => {
// report error
});
app.on('request', (ctx) => {
// log receive request
});
app.on('response', (ctx) => {
// ctx.starttime is set by framework
// log total cost
});
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/karry_cmt/stacy-egg.git
git@gitee.com:karry_cmt/stacy-egg.git
karry_cmt
stacy-egg
stacy-egg
main

Search