/cws

Custom WebSocket implementation in C for educational and recreational purposes.

Primary LanguageCMIT LicenseMIT

C WebSockets

Warning

The 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
$ firefox ./tools/send_client.html

The Echo Servers in the examples are also testable with Autobahn Test Suite.

$ ./build/02_plain_async_echo_server
$ wstest --mode fuzzingclient

References