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
- Host: GitHub
- URL: https://github.com/p2sub/p2sub
- Owner: p2sub
- License: apache-2.0
- Created: 2019-12-31T05:41:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T15:27:04.000Z (over 5 years ago)
- Last Synced: 2024-06-20T08:12:33.629Z (about 2 years ago)
- Topics: distributed, golang, peer-to-peer, pubsub
- Language: Go
- Homepage: https://p2sub.com
- Size: 43 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# P2Sub
[](http://godoc.org/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)