-
Notifications
You must be signed in to change notification settings - Fork 0
JKNAUG/SignalingServer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# How to deploy For local deployment and running of the signaling server application, follow these steps: 1. Download and install Node.js (https://nodejs.org/en/). 2. Open a command line in the server project root folder. 3. Write "npm i" in the command line and press enter. * This installs dependent modules and only needs to be done once. * This can take a few minutes to complete. 4. Write "npm start" in the command line and press enter. * This starts up the WebRTC server on port 8080 by default. * You can view the state of the server by navigating to localhost:8080 in your browser. * You can also use the URL's localhost:8080/clients and localhost:8080/logs. 5. If the server ever fails or crashes, restart it by running "npm start" again. When deploying the application on a cloud service such as Heroku (as is done currently), this service will automatically run these installation and deployment scripts, and usually no further action is needed. # Info * The signaling-server relevant code is found in socket.js. * The http-server relevant code is found in server.js. * A browser client for testing the server is available under /browser_client. Instructions can be found in the README there.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published