'Flask_socketio communication with different server backend - possible?

I'm working on app which takes inputs from browser client running on socket.io in js using SocketIO basically. I have no problem sending back information to browser client or emiting data to any other connected client but I'm curious if it's possible to also send data to different server backend. What I'm looking for is something like: I start the app and another app which has its own backend and they communicate with each other sending data via sockets. Is it possible using flask_socketio or do I need to use some different module? If that's the case, can you point me the right direction -> what module? Any implementation tips?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source