Skip to content

truemedian/wz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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