/p2p-messenger

Peer To Peer Messenger

Primary LanguageGoApache License 2.0Apache-2.0

Peer to Peer messaging

GoDoc Go Report Card LICENSE

Build front with simple UI:

cd front
npm update
npm run build

Start messaging:

cd ..
go run app.go -name Snowden

Start params

-name string
    you name (default "USER@HOSTNAME")
-peers string
    Path to file with peer addresses on each line (default "peers.txt")
-port int
    port that have to listen (default 35035)
-webview
    Start WebView ui (default true)

Extended info