Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/am-ylm/libp2p-facade
Utilities and facade on top of libp2p major components
https://github.com/am-ylm/libp2p-facade
golang libp2p p2p
Last synced: about 1 month ago
JSON representation
Utilities and facade on top of libp2p major components
- Host: GitHub
- URL: https://github.com/am-ylm/libp2p-facade
- Owner: am-ylm
- License: mit
- Created: 2020-08-24T06:12:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T18:56:28.000Z (over 2 years ago)
- Last Synced: 2023-07-27T21:54:34.133Z (over 1 year ago)
- Topics: golang, libp2p, p2p
- Language: Go
- Homepage:
- Size: 242 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libp2p-facade
[![API Reference](
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
)](https://pkg.go.dev/github.com/amirylm/libp2p-facade?tab=doc)
![Github Actions](https://github.com/amirylm/libp2p-facade/actions/workflows/test.yml/badge.svg?branch=main)Utilities plus a facade interface on top of
[libp2p](https://github.com/libp2p/go-libp2p) host and major components:- Streams were simplfied into a `Request` and `Handle` procedues
- Pubsub can be used with a simpler api to avoid topic management
- Config has a simple and extensible structure
- Metrics (prometheus)## Install
```shell
go get github.com/amirylm/libp2p-facade
```