forked from socketio/socket.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
guille edited this page Oct 7, 2014
·
99 revisions
For up to date information, please head to: http://socket.io
- Modules and Extensions
- Projects using Socket.IO
- Migrating 0.9.x to 1.0
- Migrating 0.6.x to 0.7+
- Configuring Socket.IO
- Authorization and handshaking
- Socket.IO and firewalls
- Exposed events
- Using rooms
- How do I send a response to all clients except sender?
- How do I contribute to Socket.IO
- How do I serve the client?
- How does the Socket.IO protocol work? anatomy-spec and protocol-spec
- Nginx and Socket.IO
- HAProxy and Socket.IO (with SSL)
- Varnish and Socket.IO
- Socket.IO Express and Sessions
- Socket.IO Express and Sessions via session.socket.io (SessionSockets)
- Socket.IO on Clouds
- Authorization with Passport.js and Socket.IO
- Real time game with NodeJS and Socket.io
- Socket.IO tagged questions on StackOverflow
In Brazilian Portuguese:
- Compartilhando Sessions entre Socket.IO e Express (Brazilian Portuguese)
- Node.js para leigos - Explorando Real-time (Brazilian Portuguese)
- Real-time com Socket.IO no Node.js (Brazilian Portuguese)
- Socket.IO com Redis (Brazilian Portuguese)
Also checkout Socket.io on Hacker Notes
- nodecamp.eu 2011 (slides)
- nodeconf 2011 (slides)
- camp.nodejs 2010 (video)
- socket.io-pubnub 2012 (videos)
- dotJS 2012 (video)
-
Erlang
- yrashk/socket.io-erlang
- yongboy/erlang-scoketio (Compatible with 0.9+)
- Haskell
- Android
-
Java
- mrniko/netty-socketio(Currently compatible with 0.7+)
- ibdknox/socket.io-netty
- Ovea/Socket.IO-Java
- Gottox/socket.io-java-client
- yongboy/socketio-netty (Currently compatible with 0.9+)
- c58/gnisio (GWT integration, Compatible with 0.9+)
- keesun/mod-socket-io (Vert.x module, Compatible with 0.9+)
- nkzawa/socket.io-client.java (Compatible with 1.0)
- nkzawa/engine.io-client.java
-
Scala
- wandoulabs/spray-socketio (Compatible with 0.9+)
- Lua
- Objective-C
-
C
- yongboy/c_socket.io_server (Currently compatible with 0.9+, in development)
- C++
- C++ / Cocos2d-x
- QT QML
- Perl
-
Go
- davies/go-socket.io (Currently not compatible with 0.7+)
- http://code.google.com/p/go-socketio/(in development)
- Python
- Ruby
- Flash
- Haxe
- PHP
- .NET
- C++/Win32
- unity3d