libp2p / go-libp2p-examples

Example libp2p applications
MIT License
338 stars 145 forks source link

Added gx package.json to chat-rendezvous #15

Closed rob-deutsch closed 5 years ago

rob-deutsch commented 5 years ago

chat-rendezvous was not compiling due to the recent deletion of github.com/libp2p/go-msgio/mpool.

rob-deutsch commented 5 years ago

I'd like to suggest that we distribute gx package.json files with these examples.

I solved the aforementioned go-msgio/mpool issue by updating my source tree, but hit upon another issue: I was hacking away at a package that had some gx paths hardcoded.

Including a .gx file makes it really easy for me to play with these examples without worrying about the state of my source tree.

I'm not married to this suggestion, though.

upperwal commented 5 years ago

Hey @rob-deutsch gx is avoided in this repo for the sake of simplicity. github.com/libp2p/go-msgio/mpool isn't a direct dependency of this example so maybe you can try updating go-libp2p and compiling this example again.