Canvas-Designer icon indicating copy to clipboard operation
Canvas-Designer copied to clipboard

how can i integrate socketio-over-nodejs into canvas-designer application.

Open creedrahul opened this issue 9 years ago • 1 comments

It works fine when using individually but when i try to integrate it into canvas application i am not able to connect both the user. I was following the video tutorial on this link http://www.rtcmulticonnection.org/docs/openSignalingChannel/ to create a signaling mechanism using socketio. I want to remove the firebaseio call and replace it with some local signalling mechanism.

creedrahul avatar Nov 16 '15 08:11 creedrahul

@creedrahul sir do you already use socketio-over-nodejs into canvas-designer application? I want to do this I also try to replace the connection.socketURL = 'https://rtcmulticonnection.herokuapp.com:443/'; by connection.socketURL = 'http://localhost:8888/'; but the socket.io say unhandled etc etc. Please help me :(

ph4t0o0o0om avatar Sep 10 '18 03:09 ph4t0o0o0om