Skip to content
#

ws

Here are 268 public repositories matching this topic...

soketi
dodaydream
dodaydream commented Jul 15, 2022

HI, Soketi is a great WebSocket server and I enjoy using it a lot. However, I found some features are missing and it would be great if they could be added.

In the Pusher.js documents, for the endpoint /apps/<appid>/channels, it allows using a parameter filter_by_prefix to filter out the channel, more details could be seen in this link:

https://pusher.com/docs/channels/library_auth_refere

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