Last change
on this file since bdd6491 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
590 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 |
|
---|
| 2 | # socket.io-adapter
|
---|
| 3 |
|
---|
| 4 | Default socket.io in-memory adapter class.
|
---|
| 5 |
|
---|
| 6 | Compatibility table:
|
---|
| 7 |
|
---|
| 8 | | Adapter version | Socket.IO server version |
|
---|
| 9 | |-----------------| ------------------------ |
|
---|
| 10 | | 1.x.x | 1.x.x / 2.x.x |
|
---|
| 11 | | 2.x.x | 3.x.x |
|
---|
| 12 |
|
---|
| 13 | ## How to use
|
---|
| 14 |
|
---|
| 15 | This module is not intended for end-user usage, but can be used as an
|
---|
| 16 | interface to inherit from other adapters you might want to build.
|
---|
| 17 |
|
---|
| 18 | As an example of an adapter that builds on top of this, please take a look
|
---|
| 19 | at [socket.io-redis](https://github.com/learnboost/socket.io-redis).
|
---|
| 20 |
|
---|
| 21 | ## License
|
---|
| 22 |
|
---|
| 23 | MIT
|
---|
Note:
See
TracBrowser
for help on using the repository browser.