source: trip-planner-front/node_modules/socket.io-adapter/Readme.md@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 590 bytes
Line 
1
2# socket.io-adapter
3
4Default socket.io in-memory adapter class.
5
6Compatibility 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
15This module is not intended for end-user usage, but can be used as an
16interface to inherit from other adapters you might want to build.
17
18As an example of an adapter that builds on top of this, please take a look
19at [socket.io-redis](https://github.com/learnboost/socket.io-redis).
20
21## License
22
23MIT
Note: See TracBrowser for help on using the repository browser.