Using socket.io standalone without node.js

后端 未结 3 884
旧巷少年郎
旧巷少年郎 2020-12-03 10:39

(JavaScript newbie)

I am trying to build a JavaScript based client app that communicates with a server app over socket. I came across socket.io. Is it possible to us

3条回答
  •  误落风尘
    2020-12-03 11:15

    Establish a successful Socket.IO, your custom server must follow the spec, or use other server implementation of socket.io
    https://github.com/learnboost/socket.io/wiki the In other languages part include some servers implementation of socket.io

提交回复
热议问题