Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
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