lovelle / jquery-chat

100% Javascript realtime chat like facebook/gmail web style built with jQuery + Node.js + Socket.IO
http://jquery-chat.net/
MIT License
305 stars 132 forks source link

Status 400: Bad request #52

Open CallMeNoe opened 6 years ago

CallMeNoe commented 6 years ago

http://123.xxx.194.1:3000/socket.io/1/?t=1522322668048

with response: {"code":0,"message":"Transport unknown"}

socketIO version socket.io@2.0.1

lovelle commented 6 years ago

Hi, in Readme file is specified that the current supported version of socket.io is 0.9.x.

Contributions are welcome.