Closed
Description
I’m diving into libp2p for a quick side project and I’m going to write notes up as I go in order to provide some usability feedback.
- Getting a node up and running requires quite a lot of boiler. Luckily I already wrote
https://github.com/mikeal/libp2p-simple - All the API’s only take callbacks so I’m going to end up wrapping a lot of promises around instance methods which are a little annoying to bind :(
- After I start the node it doesn’t keep the node process alive. Even after I provide something to content discovery, the process exits without staying open :(
I’ll keep adding to this thread as I work through more of the API.