Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birros/go-libp2p-grpc
gRPC support on top of libp2p
https://github.com/birros/go-libp2p-grpc
go go-grpc golang grpc libp2p
Last synced: 16 days ago
JSON representation
gRPC support on top of libp2p
- Host: GitHub
- URL: https://github.com/birros/go-libp2p-grpc
- Owner: birros
- License: mit
- Created: 2021-03-07T17:10:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T12:59:39.000Z (about 1 year ago)
- Last Synced: 2024-10-11T12:04:56.715Z (about 1 month ago)
- Topics: go, go-grpc, golang, grpc, libp2p
- Language: Go
- Homepage:
- Size: 134 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-libp2p-grpc
`go-libp2p-grpc` provides gRPC support on top of libp2p.
## Install
```shell
$ go get github.com/birros/go-libp2p-grpc
```## Usage
### Examples
Examples can be found in the [examples folder](examples).
## Contributing
PRs accepted.
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
### Inspirations
This repo is heavily inspired by [go-libp2p-grpc](https://github.com/paralin/go-libp2p-grpc).
## License
MIT © Birros