An open API service indexing awesome lists of open source software.

https://github.com/p2sub/p2sub

Distributed pub/sub channel
https://github.com/p2sub/p2sub

distributed golang peer-to-peer pubsub

Last synced: 5 months ago
JSON representation

Distributed pub/sub channel

Awesome Lists containing this project

README

          

# P2Sub

[![GoDoc](http://godoc.org/github.com/p2sub/p2sub?status.svg)](http://godoc.org/github.com/p2sub/p2sub) [![Go Report Card](https://goreportcard.com/badge/github.com/p2sub/p2sub)](https://goreportcard.com/report/github.com/p2sub/p2sub)

## Start a node

```sh
go run ./p2sub --key-file /node1.json --bind-port 4433 --bind-host 0.0.0.0
```

## License

P2SUB is licensed under [Apache License 2.0](https://github.com/chiro-hiro/p2sub/blob/master/LICENSE)