twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

Readme.md (379B)


      1 
      2 # socket.io-adapter
      3 
      4 Default socket.io in-memory adapter class.
      5 
      6 ## How to use
      7 
      8 This module is not intended for end-user usage, but can be used as an
      9 interface to inherit from other adapters you might want to build.
     10 
     11 As an example of an adapter that builds on top of this, please take a look
     12 at [socket.io-redis](https://github.com/learnboost/socket.io-redis).
     13 
     14 ## License
     15 
     16 MIT