Replies: 1 comment 2 replies
-
Have you considered putting a socket.io client in between your two servers? The client can connect to both and orchestrate any communications between them. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can a Node.js SocketIO server communicate with a Python SocketIO server? How can I achieve this if I need to implement this functionality?
Beta Was this translation helpful? Give feedback.
All reactions