# node-server **Repository Path**: mirrors_dirkliu/node-server ## Basic Information - **Project Name**: node-server - **Description**: node服务器,使用了koa框架。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node 服务器开发 node中间件开发,使用koa ### 参考资料 * [KOA](https://koa.bootcss.com/) * [KOA源码](https://github.com/koajs/koa) * [YARN](https://yarn.bootcss.com/docs/usage/) * [DEBUG调试](https://github.com/visionmedia/debug) * [示例](https://github.com/koajs/examples) * [ejs](https://ejs.bootcss.com/) * [nodejs](http://nodejs.cn/api/) * [nodemon](https://nodemon.io/): 开发模式下node自动重启 * [mysql](https://github.com/mysqljs/mysql) * [socket.io](https://socket.io/docs/):客户端与服务器实时,双向通信解决方案 * [ws](https://github.com/websockets/ws):基于node.js的websocket库 * [robust-websocket](https://github.com/nathanboktae/robust-websocket): 强大,重连的websocket客户端 #### 服务地址 (http://193.112.253.42:3000)