wz

MIT License

Stars
36

wz

An I/O agnostic WebSocket 1.3 library for Zig.

Currently untested, contributions towards a test suite are appreciated.

Features

  • Performs no allocations, uses a single buffer for all parsing.
  • Works with any Reader and Writer.

Notes

  • wz does not buffer either reads or writes, if you prefer the performance boost such buffering provides, you must
    provide your own buffered Reader and Writers.

Examples

Coming Soon...