Middleware and websocket
Unanswered
Mini Lop posted this in #help-forum
Mini LopOP
I want to connect user to socket io. This is a third party server build with express js. Can I connect every user through middleware
4 Replies
@Mini Lop I want to connect user to socket io. This is a third party server build with express js. Can I connect every user through middleware
You'll have to connect the user to the backend using
Websocket ApiMini LopOP
Can I do that in the middleware
@Mini Lop Can I do that in the middleware
Why do you want to connect to websocket client in middleware? it makes no sense
and the answer to that question is no