Hi all! As I can see in wicket-stuff webRTC example I need three things to successfully use webRTC: - stun server - turn server - signalling server
I've a question about third part - the signalling server. Socket.io server is used in this example with nodejs. I don't want to use the JavaScript. Can anybody use any java signalling servers? There are many java servers for webRTC and socket.io: https://github.com/mrniko/netty-socketio https://github.com/fycth/java-webrtc-signaling-server -- Regards, Dmitry Bezheckov.
