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

Attempting integration #38

Open didlie opened 5 years ago

didlie commented 5 years ago

I have a mesh network via WebRTC that implements a simple handshake through a php server using long polling and SDP from an external STUN server. I want to implement signalhub. It looks like the answer, and might reduce code length on the client, and dreaded long-polling. I did the install on Heroku (thanks for the simplicity.) Now, wheres the documentation on REQUEST parameters from the client to make this work? is there a URL scheme or POST scheme something like ?room_name=something or {signalhumURL:8080?room_name=something} or something like that? where are the parameters passed to the server from the client?