Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yongchengchen/wsproxy
https://github.com/yongchengchen/wsproxy
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yongchengchen/wsproxy
- Owner: yongchengchen
- Created: 2024-05-13T23:47:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T00:44:03.000Z (6 months ago)
- Last Synced: 2024-05-14T01:27:07.113Z (6 months ago)
- Language: Go
- Size: 5.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Websocket Proxy
## build
run go build to build the binary## Configs
edit these nodes below from the config/config.yaml file:
```yml
listenon: 192.168.1.159:7788
listenpath: /pub/chat
proxytohost: proxyto.local.test
proxytopath: /pub/chat
#chkregtime milliseconds
chkregtime: 500
```## run
debug mode, will print proxy message details
```shell
./wsproxy -debug
```
run mode, without output debug info
```shell
./wsproxy
```