chaitu236 / TakWeb

Javascript based Tak client
https://www.playtak.com
GNU General Public License v2.0
39 stars 18 forks source link

Doesn't need websockify? Needs url! #58

Closed NoHatCoder closed 8 years ago

NoHatCoder commented 8 years ago

The readme says that TakWeb needs websockify in order to connect to the server. There is no details on how to combine websockify and TakWeb, and no reason given for why it should be necessary, making this step a frustrating endeavour.

I finally figured that TakWeb doesn't need websockify, it runs fine in Firefox. What I did need to do was to throw away the code that generates the wss://www.playtak.com/ws url, and just use that url, because no other url will work, unless one also set up a server.

chaitu236 commented 8 years ago

Ah right.. didn't realize it'd be confusing. Fixed readme in 1cfa317c4be5945e41969d1346dd4a916ff37e46. Hope its more clear.