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