p2p

module
v0.0.0-...-4d778f5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2019 License: MIT

README

Peer to Peer messenger Go Report Card

Features

  1. UDP multicast discovery within a local network
  2. End-to-end encryption

Peer local run

> go get -u github.com/ngalayko/p2p/...
> cd $GOPATH/src/github.com/ngalayko/p2p
> go run ./cmd/peer/main.go
> open http://127.0.0.1:30003

Help

> peer --help

Dispatcher local run

NOTE: Requires docker swarm and local resolver (or /etc/hosts changes)

> docker swarm init
> docker stack deploy -c docker-compose.yaml messenger
> open http://localhost

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL