An open API service indexing awesome lists of open source software.

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

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.