muaz-khan / Canvas-Designer

Collaborative, extendable, JavaScript Canvas2D drawing tool, supports dozens of builtin tools, as well as generates JavaScript code for 2D animations.
https://www.webrtc-experiment.com/Canvas-Designer/
MIT License
368 stars 171 forks source link

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

Open creedrahul opened 8 years ago

creedrahul commented 8 years ago

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.

ph4t0o0o0om commented 5 years ago

@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 :(