I am looking for an echo server example using libev or libevent that accepts websocket connections: a websocket client connects, sends a message and receives it back. SSL websockets should also be supported. Is there such thing available? If not, what's the most minimal websocket C library that can be plugged into a libev or libevent echo examples?
Asked
Active
Viewed 2,066 times
2
-
https://github.com/tailhook/libwebsite – oberstet Jun 20 '14 at 18:45
-
1Libwebsockets is a lightweight pure C library: https://libwebsockets.org – wonder.mice Apr 15 '15 at 01:03