8000 GitHub - tsoding/cws: Custom WebSocket implementation in C for educational and recreational purposes.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tsoding/cws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 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
0