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 wanted to be able to bind to localhost where I use wsServer for reverse proxying purposes, which means it would also be helpful if I could see which client...

I needed to associate a thread with every client in an app Im developing. Feel free to use these changes if you like them

Working with wsServer today, I ran into one issue. The code inside of the callback functions (`onopen()`, `onclose()`, etc) does not have any context other than the client connection that...

feature

Description ----------- In issue #24, was discussed the possibility of having a low-level API for finer control over wsServer. This is a much-desired feature: while the current API provides a...

help wanted
feature

Hello, It will be a good option to have access to the header parameters (X-Real_IP, X-....) of the handshaking part to get access to a other data like client IP...

feature

Hi. I want do something that when the wsServer get "exit" message from client,it will exit normal. because when i use valgrind to check my code,it always show memory leak.if...

question
feature

Thank you for your good library. I think it is more helpful if you add a select function internally.

enhancement

Description ----------- The server socket closes after a time ( varies ) I'm not sure if it's the browser/javascript end that is abandoning the connection or the server itself that's...

question

License change proposal ----------------------- Hello wsServer contributors, @silvioprog, @gloveboxes, @CleberPeter, @jfdelnero, @refutationalist, @ejoerns, @hoathienvu8x, @terziev-viktor, @roddehugo I am writing to you to propose a change of license for the wsServer...

question

The recent change to the calling sequence for the function 'ws_socket(struct ws_server *ws_srv)' causes problems if the 'ws_server' structure is in the stack of the calling function and the function...

bug