Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tsoding/cws
- Owner: tsoding
- License: mit
- Created: 2021-03-14T15:14:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T14:58:26.000Z (over 3 years ago)
- Last Synced: 2024-08-01T21:43:20.337Z (3 months ago)
- Language: C
- Size: 55.7 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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