mafintosh / signalhub

Simple signalling server that can be used to coordinate handshaking with webrtc or other fun stuff.
MIT License
667 stars 97 forks source link

how do you start signalhub after install #24

Open freedomtrain opened 7 years ago

freedomtrain commented 7 years ago

Do I need to start signalhub after install ? I m going to install on a sub domain....is there any configuration that needs to be done after install ?

brlyequipment commented 7 years ago

signalhub listen -p 8080 # starts a signalhub server on 8080

This is how you run it. Make sure you are using a node server (heroku allows this) or droplets from oceanServer. Take your pick one is free one is more robust. Also make sure it's GLOBALLY installed, 'npm install -g ...'