diff --git a/README.md b/README.md index 8cc5275..25bdd73 100644 --- a/README.md +++ b/README.md @@ -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.