Skip to content

Commit 1d0dbaf

Browse files
authored
Update README.md
1 parent 90c565a commit 1d0dbaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# ZorroWebsocketProxy
22
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.
33

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.
8+

0 commit comments

Comments
 (0)