You cannot post messages because only members can post, and you are not currently a member.
Description:
Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms. The client side API looks like WebSocket, but it's completely cross-browser.
|
|
|
Engine.io + Authorizing
|
| |
Hey guys, What is the best way to use the 'authorization' method of socket.io, but in engine.io? Any easy way to share the sessionStore between express and engine.io? Thanks a lot! Philmod
|
|
Socket.IO and Websocket draft version in use.
|
| |
The latest draft is RFC 6455. However it looks like socket.io is using Hybi-16, which has since expired. Are they the same pretty much or am I missing something? Thanks a head of time.
|
|
Reconnect issue
|
| |
Hi Guys, I have a socketio server which authorizes a connection based on a timestamped token passed in the query string. Following a disconnect client side the client attempts a reconnect and as the token is expired the connection is refused. Is there some 'trick' that will allow the socketio server to detect that this is a reconnect so I do not have to regenerate a... more »
|
|
engine io time between reconnection attempts
|
| |
Hi I can see the time between reconnection attempts going up exponentially as the disconnect time grows but is there any way to keep it at a constant time of say 60 seconds ? Thanks Chris
|
|
Socket IO for client only
|
| |
Hi all,
It's now long I make application with socket.io but I never wanted to do
applications with offline capabilities.
Now I want create one (for release as stand alone, phonegap, chromestore,
etc...) and some platforms disallow to download distant script so I can't
reach the socket.io with my script tag...... more »
|
|
|