Skip to content

yotsubar/msg-forward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages