Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Readme.md 590B

1234567891011121314151617181920212223
  1. # socket.io-adapter
  2. Default socket.io in-memory adapter class.
  3. Compatibility table:
  4. | Adapter version | Socket.IO server version |
  5. |-----------------| ------------------------ |
  6. | 1.x.x | 1.x.x / 2.x.x |
  7. | 2.x.x | 3.x.x |
  8. ## How to use
  9. This module is not intended for end-user usage, but can be used as an
  10. interface to inherit from other adapters you might want to build.
  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. ## License
  14. MIT