直播平台服务

liuyu ad2d67424a 增加路由与用户注册 5 years ago
.github 17f18bae4a 直播平台服务 5 years ago
.vscode 17f18bae4a 直播平台服务 5 years ago
app ad2d67424a 增加路由与用户注册 5 years ago
config 9f74fc44bc hh 5 years ago
test 17f18bae4a 直播平台服务 5 years ago
.autod.conf.js 17f18bae4a 直播平台服务 5 years ago
.eslintignore 17f18bae4a 直播平台服务 5 years ago
.eslintrc 17f18bae4a 直播平台服务 5 years ago
.gitignore 17f18bae4a 直播平台服务 5 years ago
.travis.yml 17f18bae4a 直播平台服务 5 years ago
README.md 0441918334 first commit 5 years ago
appveyor.yml 17f18bae4a 直播平台服务 5 years ago
ecosystem.config.js 17f18bae4a 直播平台服务 5 years ago
jsconfig.json 17f18bae4a 直播平台服务 5 years ago
package.json a58912311e 增加取得直播sign 5 years ago
server.js 17f18bae4a 直播平台服务 5 years ago

README.md

service-onlive

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ 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 for more detail.