gwsocket icon indicating copy to clipboard operation
gwsocket copied to clipboard

fast, standalone, language-agnostic WebSocket server RFC6455 compliant

Results 14 gwsocket issues
Sort by recently updated
recently updated
newest added

https://imgur.com/a/F0caWIT Running as ``` app@server:~$ ~/bin/gwsocket -p 6547 --access-log=~/aclogz --ssl-key=~/sslz/privkey1.pem --ssl-cert=~/sslz/fullchain1.pem --pipeout=~/timelogs/sock ```

I found goaccess, it's awesome. Are there other apps using gwsocket ?

documentation

``` > git clone https://github.com/allinurl/gwsocket.git > cd gwsocket > autoreconf -fiv > ./configure > make > doas dmesg -w | ./gwsocket --port 4000 --access-log=/dev/stdout 127.0.0.1 - - [27/Jun/2023:23:33:05 +0200] "GET...

* In the event that a client fails to pass the authorization process, it becomes necessary to disconnect them from the WebSocket connection promptly; * Load balancing...

question
change