# 基于egg.js开发的聊天软件后端 **Repository Path**: xu_zhiqiang123/go-chat-backend ## Basic Information - **Project Name**: 基于egg.js开发的聊天软件后端 - **Description**: 该项目是基于egg.js开发的后端聊天软件后台,前端项目git地址:https://gitee.com/xu_zhiqiang123/go-chat 项目技术介绍:websocket - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2021-07-06 - **Last Updated**: 2022-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeChatBackEnd ## QuickStart see [egg docs][egg] for more detail. ### Development ```bash $ npm i $ npm run dev $ open http://localhost:7001/ ``` ### Deploy ```bash $ npm start $ npm stop ``` ### npm scripts - Use `npm run lint` to check code style. - Use `npm test` to run unit test. - Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail. [egg]: https://eggjs.org