Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 418 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 418 Bytes

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