The Wayback Machine - https://web.archive.org/web/20220709191340/https://github.com/topics/ws
Skip to content
#

ws

Here are 266 public repositories matching this topic...

soketi
francoism90
francoism90 commented May 29, 2022
$ cat /etc/supervisor.d/soketi.ini
[program:soketi]
process_name=%(program_name)s_%(process_num)02d
command=soketi start --config=/etc/soketi/config.json
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=http
numprocs=1
redirect_stderr=true
stdout_logfile=/var/log/soketi-supervisor.log
stopwaitsecs=60
stopsignal=sigint
minfds=10240
environment=HOME="/etc/so
enhancement good first issue help wanted
LuisMayo
LuisMayo commented Oct 13, 2020

Hi and thanks for this library, it really ease things up.

I have detected that when you use WebSocketServer and go and try to establish an HTTP connection to the websocket port the server crashes and closes.

While I obviously don't expect the WS server to work properly when being contacted by the wrong protocol it should fail silently, or at least, allow the programmer to specify an error ca

help wanted good first issue
larsnystrom
larsnystrom commented Dec 27, 2021

Hi,

Thank you for Soketi, it looks great.

I'm struggling to find a list of all available environment variables for soketi. As an example, I'm trying to change the port soketi listens on by default. I think it listens to 127.0.0.1:6001 inside a docker container, which makes it impossible to connect to from outside the container. This is probably pretty easy to solve if I can just find the cor

good first issue help wanted

Improve this page

Add a description, image, and links to the ws topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ws topic, visit your repo's landing page and select "manage topics."

Learn more