Node.JS Looking for an alternative to socket.IO

后端 未结 3 605
栀梦
栀梦 2021-01-06 09:51

I\'ve been testing Node.JS and Socket.IO for a couple of days. I\'m interested in a real-time application that\'s why I\'m testing Socket.IO, problem is I found many problem

3条回答
  •  萌比男神i
    2021-01-06 10:54

    You can try long-polling. It's relatively simple and it'll work in almost any browser. Check this out:

    http://jsguy.com/?p=103

    Hope this helps

提交回复
热议问题