Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 722 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 722 Bytes

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