Skip to content

sockety/sockety-js

Repository files navigation

Sockety - JS implementation

Sockety is lightweight and fast protocol. This mono-repository is prepared for its JS implementation - sockety package, along will all its dependencies:

  • @sockety/uuid: fast UUID generator, with support for operating on raw buffers
  • @sockety/buffers: builder for ultra fast buffer parsing, with support for streamed buffers
  • @sockety/benchmark: benchmark to compare Sockety performance with other solutions
  • @sockety/core: internals for parsing and writing messages
  • examples: place for Sockety usage examples