nervosnetwork / tentacle

A multiplexed p2p network framework that supports custom protocols
https://docs.rs/tentacle
MIT License
54 stars 24 forks source link

What is the different from rust-libp2p #198

Closed liuyangc3 closed 4 years ago

liuyangc3 commented 5 years ago

https://github.com/libp2p/rust-libp2p

driftluo commented 5 years ago

Some on here: https://github.com/nervosnetwork/p2p/blob/master/docs/introduction_en.md#not-compatible-with-libp2p

In the process of development, I have added some new things:

On the other hand, we also lack some support:

If you ask about the features, I think the difference between the two is not big. Code style difference is another thing

liuyangc3 commented 4 years ago

Thanks