mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 17:32:31 +00:00
40 lines
1.7 KiB
Markdown
40 lines
1.7 KiB
Markdown
|
# JS Libp2p Interfaces
|
||
|
|
||
|
[](http://protocol.ai)
|
||
|
[](http://libp2p.io/)
|
||
|
[](http://webchat.freenode.net/?channels=%23libp2p)
|
||
|
[](https://discuss.libp2p.io)
|
||
|
|
||
|
> Contains test suites and interfaces you can use to implement the various components of libp2p.
|
||
|
|
||
|
## Interfaces
|
||
|
|
||
|
- [Connection](./connection)
|
||
|
- [Content Routing](./content-routing)
|
||
|
- [Peer Discovery](./peer-discovery)
|
||
|
- [Peer Routing](./peer-routing)
|
||
|
- [Stream Muxer](./stream-muxer)
|
||
|
- [Transport](./transport)
|
||
|
|
||
|
### Origin Repositories
|
||
|
|
||
|
For posterity, here is a link to the original repositories for each of the interfaces (if they had one).
|
||
|
- [Connection](https://github.com/libp2p/interface-connection)
|
||
|
- [Content Routing](https://github.com/libp2p/interface-content-routing)
|
||
|
- [Peer Discovery](https://github.com/libp2p/interface-peer-discovery)
|
||
|
- [Peer Routing](https://github.com/libp2p/interface-peer-routing)
|
||
|
- [Stream Muxer](https://github.com/libp2p/interface-stream-muxer)
|
||
|
- [Transport](https://github.com/libp2p/interface-transport)
|
||
|
|
||
|
## Contribute
|
||
|
|
||
|
Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/js-interfaces/issues)!
|
||
|
|
||
|
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
|
||
|
|
||
|
[](https://github.com/ipfs/community/blob/master/contributing.md)
|
||
|
|
||
|
## License
|
||
|
|
||
|
MIT - Protocol Labs 2019
|