# fx-micro-tws **Repository Path**: pcghost/fx-micro-tws ## Basic Information - **Project Name**: fx-micro-tws - **Description**: TCP转websocket服务 websocket转TCP服务 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-11 - **Last Updated**: 2023-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fx-micro-tws #### 介绍 服务器转发 TCP转websocket服务器 websocket转TCP服务器 #### 配置 fxconfig/config.ini 下配置文件 tcp连接转websocket配置 [tcpTowebsocket] tcpaddress=:8810 #本地端口 remote_webaddress=:9910 #远程端口 websocket连接转tcp配置 [websocketTotcp] webaddress=:8811 remote_tcpaddress=:9911 #### 测试 testServer文件家里有测试服务器代码(回环测试),监听端口需要的话自己修改代码 #### 编译 可以有两个编译脚本,分别是win和linux上的编译 bulid_for_linux.sh bulid_for_windows.sh