Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsoding/cws

Custom WebSocket implementation in C for educational and recreational purposes.
https://github.com/tsoding/cws

Last synced: 5 days ago
JSON representation

Custom WebSocket implementation in C for educational and recreational purposes.

Awesome Lists containing this project

README

        

# C WebSockets

**WARNING! The library is in an active development state and is not even alpha yet. Use it at your own risk. Nothing is documented, anything can be changed at any moment or stop working at all.**

Custom WebSocket implementation in C for educational and recreational purposes.

## References

- https://tools.ietf.org/html/rfc6455
- https://www.websocket.org/echo.html