Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njleonzhang/watch-live-stream-videos-server
node server based on egg.js for 直播视频网站
https://github.com/njleonzhang/watch-live-stream-videos-server
Last synced: 18 days ago
JSON representation
node server based on egg.js for 直播视频网站
- Host: GitHub
- URL: https://github.com/njleonzhang/watch-live-stream-videos-server
- Owner: njleonzhang
- Created: 2017-10-24T07:07:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T08:53:19.000Z (about 7 years ago)
- Last Synced: 2024-11-06T13:47:53.031Z (2 months ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# watch-live-stream-videos-server
## 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