I used simpleWebRTC as a kind of multi video app.
Now I need to set up a signaling server. The problem: I have no node knowledge.
Possible solutions:
- is there a solution in - PHP? (yea... probably not....)
- is there some service? ( I did try - Xirsys- did not connect successfully to there- Stunand Turn + they do not specify a signaling server. looked up- Twilioand- PubNub- did not find documentation on simply connecting to signaling, Stun, Turn - without building everything through their system)
- Is there some simple recipe for setting up signalmaster on node - for someone with no real understanding in node? 
 
                        
XirSys have a bunch of demo's at https://github.com/xirdev/xsdk. This provides both a standalone signalling demo and a demo of SimpleWebRTC connected to both XirSys TURN servers and XirSys signalling.
I hope this helps?