Skip to content

eyedeekay/p2p-messenger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Peer To Peer Messenger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 63.5%
  • JavaScript 33.3%
  • CSS 2.3%
  • HTML 0.9%