wsServer
wsServer copied to clipboard
wsServer - a tiny WebSocket server library written in C
I initially looked at using civetweb to run a WebSocket Server: https://github.com/civetweb/civetweb Then I found this library. Now I am wondering, what point might civetweb have in comparison to this...
### Situation description I am running Debian 11 on a small Linux board on the local network whre also my PC is present. On this board a C-application is running...
Hi, great code! I wonder if is it possible to make a uid for each connected client for database purpose like websocket-sharp for C#. is is possible? If not can...
Hello, wsServer is very useful because it's very tiny and readable... On the opposite, libwebsockets (which is an amazing project) has 100k+ lines of code and patches so it has...
Description ----------- A simple relay server that connects peers on a one-to-one basis and relays messages between them. UUIDs are used to authenticate peers.
Hi. Thank you for great library, I integrated it in my app that published in Google Play store. User base is near 10_000 active users. The policy of Google regarding...
**Is your feature request related to a problem? Please describe.** On some occasions, it would be useful to send messages to every other client other than a particular one. **Describe...
**Is your feature request related to a problem? Please describe.** I was trying to integrate websocket server inside squirrel via its api. I created function StartWebsocketServer(host, port, timeout); Then i...
Description ----------- I have following action configuration: ``` - uses: msys2/setup-msys2@v2 with: msystem: mingw64 ``` And trying to build wsServer. It fails because of this: ```c++ ws.c:1778:71: error: passing argument...
``` [D:\Download\dev\wsServer-master] make " CC src/ws.o" src/ws.c:20:21: fatal error: pthread.h: No such file or directory #include ^ compilation terminated. make: *** [src/ws.o] Error 1 ``` Windows does not (and is...