(Replying to PARENT post)
> the execution of middlewares when a user publishes a message (to filter them or something else)
You can do that with nchan: https://nchan.slact.net/details#authenticate-with-nchan_auth...
> Right now, I'm using two websockets, one to Nginx PushStream only to receive messages and another to the NodeJS server to publish messages.
You can also multiplex several websockets into one for the client.
I can't offer you a standalone server, but I can offer some pretty fancy features : )
๐คslact๐10y๐ผ0๐จ๏ธ0
(Replying to PARENT post)