Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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