msg-forward A websocket server forwarding messages sent by msg-forward-ui. Build go build -o msgforward Run Create a file config.json under the same directory of the binary. { "addr": ":8080", "username": "go", "password": "go" } Then ./msgforward Acknowledgments gws