pusher-community / pusher-webrtc-chat-demo

WebRTC chat application using the DataChannel API and Pusher
63 stars 40 forks source link

use it with vue #4

Open gilfuser opened 6 years ago

gilfuser commented 6 years ago

Hi there. Sorry about not reporting an issue and instead making a question.

I'm trying to adapt your demo to use with vue, but the $ in datachannel-demo will give me errors. This come from zepto. I've read that vue and jquery don't come along really well. So, I would like to ask you if is there a way of doing the signaling in some other way. I tried to do it using axios, but apparently that won't work to.

I thank you in advance for any comment on this.

best regards, Gil