wsServer icon indicating copy to clipboard operation
wsServer copied to clipboard

wsServer - a tiny WebSocket server library written in C

Results 15 wsServer issues
Sort by recently updated
recently updated
newest added

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...

question

### 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...

question

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...

feature

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...

feature

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.