C WebSockets WarningThe library is not in production ready state yet Custom WebSocket implementation in C for educational and recreational purposes. Quick Start $ cc -o nob nob.c $ ./nob $ ./build/02_plain_async_echo_server $ wstest --mode fuzzingclient References https://tools.ietf.org/html/rfc6455 https://www.websocket.org/echo.html