Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 websockets 开发一个应用程序,并希望使用 node.js 作为后端。我用谷歌搜索,发现节点本身不支持 websockets,因此需要插件。
我将注意力集中在 socket.IO 上是否有更好的选择?此外,使用 socket.IO 是否安全?
还有其他选项,例如 sockjs,但 socket.io 更成熟,并且有更多的信息/积极的开发。