WebRTC-Signaling-Server
@name SangGee Park (delbert)
@contact [email protected]
@region Seoul, South Korea
nodejs, es6, websocket, JSON
├── index.js
├── test
├── server
└── system
├── modules
│ └── …
├── module.js (super module)
├── config.js (config module)
└── system.js (top module)
├── master
- Install all of denpendencies in the pacakage.json
npm install
- Simply enter the following command and the server opens with https://localhost:90 or http://localhost:90
development
npm run start
production
npm run build && npm run prod
├── server (server module)
├── system (signaling module)
├── index.js (intro file)
Unit tests are Mocha based. Load tests are artillery based.
Simply enter the following command and checkout log.
npm run server-test
npm run system-test
npm run signaling-test
npm run load-test
0.0.1