My client basically make RDP kind of connection to server (see VNC server)
So, there are multiple client making connection to the server. To lower bandwidth, I want a bridge between server and clients. Basically this bridge will connect to server at a port and serve multiple client request.
I hope made my problem clear. Can anyone suggest what todo?
I want one connection from bridge to server and bridge should serve multiple client connection
For VNC there is a VNC reflector (bridge). You might be able to extend that to support RDP. I don't know of an existing RDP solution that is equivalent.