I am working on micro-service through the express gateway and I just want to integrate socket.io.
I have already integrated the socket.io to my one microservice and I need to connect that socket to my all other microservices.
How can I send a socket object connection from one node service to another node service?
Please help