|
|
|
|
|
by slact
3845 days ago
|
|
> 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 : ) |
|
Also, what do you mean by multiplexing websockets ?