libwebsock
libwebsock copied to clipboard
An easy to use and powerful open source websocket library written in C.
https://github.com/JonnyWhatshisface/libwebsock/blob/69127150f9685bf2a69b8b353375e202f7b240e1/src/websock.c#L207 Before i figured out that there is a newer libwebsocket2 ;-) i ran into a crash immediately after establishment of a secure connection. It occured every time i connected...
Hello, I plan to compile and use this project under Windows, are there any know issues or library uncompatibilities? (So far I'm testing in Linux so I would like to...
Hi JonnyWhatshisface, I would like to use libwebsock for my C program. Cloning the git and running autogen worked just fine. However when I try `CFLAGS="-lpthread -levent" ./configure` following error...
Building on macOS requires a number of extra steps that aren't documented. 1. Use [Homebrew](http://brew.sh) to install `autoconf`, `glibtool`, `openssl`, `libevent`. 2. Edit `autogen.sh` and change `libtoolize` to `glibtoolize`. (Necessary...
I started the initiative quite some time ago to completely re-write libwebsock after Payden's passing. An unexpected international move set me back a bit, but I'm finally settled in across...