libp2p / jvm-libp2p

a libp2p implementation for the JVM, written in Kotlin 🔥
https://libp2p.io
Apache License 2.0
260 stars 74 forks source link

adds example gossip pubsub with discovery #348

Closed philrhc closed 7 months ago

philrhc commented 7 months ago

I've had a bit of trouble adding gossip pubsub with discovery into an application, so i wanted to establish an example. Here is a very very simple app to connect publisher and subscriber, printing the parsed counter

philrhc commented 7 months ago

nvm