libp2p / go-libp2p-examples

Example libp2p applications
MIT License
338 stars 145 forks source link

added new chat example #18

Closed jvsteiner closed 5 years ago

jvsteiner commented 5 years ago

Hey, I submitted this a while back, but every time i come back to it and try to update it to work with the current version of stuff, some of the deps change, or it's something else. The code structure is solid, it basically works, and even if I were to make it work completely, there are no vendored dependencies in this repo, so anyone checking it out, is highly unlikely to be able to run it with no issues anyway. LMK what you would like, but I'll submit this here in good faith, just to get somewhere....

jvsteiner commented 5 years ago

@tobowers - I updated the README to reflect the actual constructor that I meant. There have been a few, and it seems my README documentation had not been updated to refer to the one I am currently actually using. Thanks for the catch...

anacrolix commented 5 years ago

LGTM

anacrolix commented 5 years ago

@jvsteiner Probably worth using the new DefaultBootstrapPeers list in the dht package if you want to make a PR for that.