mkuklis / phonegap-websocket

Websocket PhoneGap plugin for Android
203 stars 78 forks source link

socket.io.js file explanation #47

Closed alexislg2 closed 9 years ago

alexislg2 commented 9 years ago

Hey, First thank you so much for your plugin. I finally made it work. But it took me a long time because I didn't have the socket.io.js file in my cordova folder. So I downloaded it from the bitbucket demo repository. But didn't work either Finally I made my own node.js server with express and socket.io, went there with a browser and saved the socket.io.js served by the nodejs server. And with this version of the socket.io.js it works. I don't know if what I did is what I was supposed to do but I guess that some explanation in the README would be greatly apreciated. thanks

mkuklis commented 9 years ago

Thanks @alexislg2 The lib is not targeting socket.io per se but I will try to clarify readme.