You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZorroWebsocketProxy is a C++ WebSocket prroxy framework initally created for Zorro-Trader. It can be used for any application to share one WebSockets connection for multiple apllications.
3
3
4
+
## Overview
5
+
ZorroWebsocketProxy includes two components: a standalone proxy server excutable and a proxy client static library. The proxy server and client communicate with each other through shared memory ring buffers.
6
+
7
+
The proxy server is spawned when the first client trying to open a Websocket connection. The server make sure there is only one server running. If for any reason a second server is launched, it will shut itself down. The proxy server will keeps runing until all client instances are closed.
0 commit comments