Skip to content
/ cws Public

Custom WebSocket implementation in C for educational and recreational purposes.

License

Notifications You must be signed in to change notification settings

tsoding/cws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Custom WebSocket implementation in C for educational and recreational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published