Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1 KB

README.md

File metadata and controls

23 lines (14 loc) · 1 KB

wz

Linux Workflow Status Windows Workflow Status MacOS Workflow Status

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...