Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yongchengchen/wsproxy


https://github.com/yongchengchen/wsproxy

Last synced: 2 days ago
JSON representation

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
```