From 968cc5c1c4a02d713618c5b2a288881b7d8f9b31 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 19 Mar 2021 08:05:01 -0700 Subject: [PATCH] reference wslay as alternative C websocket library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6a9e561..eeeb6d2f 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ There are plenty of great websocket libraries out there, which might work for yo * [beast](https://github.com/boostorg/beast) - C++ * [libwebsockets](https://libwebsockets.org/) - C * [µWebSockets](https://github.com/uNetworking/uWebSockets) - C +* [wslay](https://github.com/tatsuhiro-t/wslay) - C [uvweb](https://github.com/bsergean/uvweb) is a library written by the IXWebSocket author which is built on top of [uvw](https://github.com/skypjack/uvw), which is a C++ wrapper for [libuv](https://libuv.org/). It has more dependencies and does not support SSL at this point, but it can be used to open multiple connections within a single OS thread thanks to libuv.