socket.io-adapter / 0.3.0 last updated 4 months ago created on Mar 7th 2014
Install
npm install --save socket.io-adapter
Clone
git clone git@github.com:learnboost/socket.io-redis.git
dependencies
| main |
|
debug | 0.7.4 | MIT |
|
|
socket.io-parser | 2.2.0 | MIT |
maintainers
versions
| 0.3.0 | 4 months ago | rauchg |
| 0.2.0 | 7 months ago | rauchg |
| 0.1.0 | 7 months ago | rauchg |
readme
socket.io-adapter
Default socket.io in-memory adapter class.
How to use
This module is not intended for end-user usage, but can be used as an interface to inheirt from from other adapters you might want to build.
As an example of an adapter that builds on top of this, please take a look at socket.io-redis.
License
MIT