Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where is Socket.io 0.9.x document?

Because Some socket.io related client library are still support 0.9.x. (eg: Object-c library, Java library )

So I need to read document about 0.9.x, so I try to visit

  • http://socket.io/#how-to-use
  • https://github.com/LearnBoost/socket.io
  • https://github.com/LearnBoost/socket.io/wiki/Exposed-events

This above link is about 1.x version. and the github wiki is not work.

like image 960
user3160143 Avatar asked Jul 29 '14 07:07

user3160143


People also ask

What is Socket.IO path?

path ​ Default value: /socket.io/ It is the name of the path that is captured on the server side.

How do I find my Socket.IO version?

You can check the socket.io version in node_modules->socket.io->package. json and there will be "version": "your version of socket.io".

How do you check if socket IO client is connected or not?

You can check the socket. connected property: var socket = io. connect(); console.

How does Soket IO work?

Socket.IO allows bi-directional communication between client and server. Bi-directional communications are enabled when a client has Socket.IO in the browser, and a server has also integrated the Socket.IO package. While data can be sent in a number of forms, JSON is the simplest.


1 Answers

Socket.io still have parts of the documentation in their readme if you change to the 0.9.x tags/branch.

https://github.com/socketio/socket.io/tree/0.9.17

https://github.com/socketio/socket.io-client/tree/0.9.17

like image 107
Ben Fortune Avatar answered Oct 27 '22 17:10

Ben Fortune