Skip to content

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

Stars

108 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages