Skip to content

A WebRTC signaling server, aiming to be deployed as a canister on the Internet Computer.

License

Notifications You must be signed in to change notification settings

Exeud/ExeudSignalingServer

Repository files navigation

RTCMultiConnection Socket.io Server

npm downloads

Since version 1.3.1: now rtcmulticonnection-server does not creates any HTTP server.

Now you need to use this: require('rtcmulticonnection-server').addSocket(socket) where socket is your socket.io connection object.

It means that now you can integrate rtcmulticonnection-server inside any socket.io application or expressjsj/angular frameworks.

npm install rtcmulticonnection-server

# either
node server.js --help

# or
require('rtcmulticonnection-server').addSocket(socket);

Installation Guide:

Other socket.io servers

Island Collective fork

connection.socketURL = 'https://rtcmulticonnection-sockets.herokuapp.com:443/';

Others

connection.socketURL = 'https://rtcmulticonnection.herokuapp.com:443/';
connection.socketURL = 'https://webrtcweb.com:9002/';

config.json

About

A WebRTC signaling server, aiming to be deployed as a canister on the Internet Computer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published