https://github.com/fmalcher/webrtc-simplems
Simple WebRTC messaging server for multiparty
https://github.com/fmalcher/webrtc-simplems
Last synced: over 1 year ago
JSON representation
Simple WebRTC messaging server for multiparty
- Host: GitHub
- URL: https://github.com/fmalcher/webrtc-simplems
- Owner: fmalcher
- Created: 2015-11-26T12:22:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T10:49:22.000Z (about 9 years ago)
- Last Synced: 2024-10-06T06:20:14.714Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Messaging Server
this repository provides a messaging server for multiparty communication.
## Setup
* you need to run `npm install` to install dependent packages
## Starting the server
* start the server with `node server.js` to run the server at port 1337 (default)
* start the server with `node server.js PORT` to run the server at a specific port
## Credits
This is a fork of SimpleMS from the WONDER project:
[https://github.com/hypercomm/wonder]
Courtesy of Telekom Innovation Laboratories and Portugal Telecom.