Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libwss library for C. #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -58,6 +58,7 @@ A curated list of WebSockets related principles and technologies.

- [Libwebsockets](https://libwebsockets.org) - It's a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.
- [Libwebsock](https://github.com/payden/libwebsock) - C library for easy WebSockets server.
- [libwss](https://github.com/InterLinked1/libwss) - Lightweight WebSocket protocol library for building a WebSocket server/application.
- [Websocket](https://github.com/mortzdk/Websocket) - Websocket server written in C.
- [facil.io](http://facil.io) - A server/framework library for web applications, including Websockets and native pub/sub.
- [libuwsc](https://github.com/zhaojh329/libuwsc) - A Lightweight and fully asynchronous WebSocket client C library based on libubox for Embedded Linux.
Expand Down