socketio / socket.io-protocol

Socket.IO Protocol specification
https://socket.io
507 stars 62 forks source link

Sample conversation packets? #9

Closed xeoncross closed 4 years ago

xeoncross commented 10 years ago

To help illustrate the protocol can you update the readme with a snippet of packets that represents a successful connection to the server and send?

CONNECT
ACK
{"sid":"YasdL-sPEI9Ii5EzAAeq","upgrades":[],"pingInterval":25000,"pingTimeout":60000}
....
luca-bernardi commented 10 years ago

:+1:

svlapin commented 10 years ago

Would be great

LostLogic commented 10 years ago

Examples of all the different types would be great. Connect, ACK, Event and so on

darrachequesne commented 4 years ago

Closed by https://github.com/socketio/socket.io-protocol/commit/bce66e82963505631168d318c79d55d74077dac8.