Open
Description
I'm submitting a...
[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request (new chapter/page)
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
So the docs here
describe really well, how to create a websocket server. Unfortunately I didn't find anything about a client setup.
Expected behavior
I would expect an additional chapter for socket clients
What is the motivation / use case for changing the behavior?
Currently I have a websocket server with a standard frontend client. I want to extend this project with a second Nest backend which should also connect as a socket client. It would be nice to have a tutorial on how to make this Nest application a socket client listening to events etc.