Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorilla/rpc
Package gorilla/rpc is a golang foundation for RPC over HTTP services.
https://github.com/gorilla/rpc
go golang gorilla gorilla-web-toolkit grpc rpc
Last synced: 3 months ago
JSON representation
Package gorilla/rpc is a golang foundation for RPC over HTTP services.
- Host: GitHub
- URL: https://github.com/gorilla/rpc
- Owner: gorilla
- License: bsd-3-clause
- Created: 2012-10-02T21:33:58.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T04:13:57.000Z (8 months ago)
- Last Synced: 2024-06-19T11:24:04.457Z (5 months ago)
- Topics: go, golang, gorilla, gorilla-web-toolkit, grpc, rpc
- Language: Go
- Homepage: https://gorilla.github.io
- Size: 132 KB
- Stars: 572
- Watchers: 40
- Forks: 177
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- go-awesome - gorilla/rpc - Build HTTP based RPC services like JSON-RPC (Open source library / RPC)
README
# gorilla/rpc
![testing](https://github.com/gorilla/rpc/actions/workflows/test.yml/badge.svg)
[![codecov](https://codecov.io/github/gorilla/rpc/branch/main/graph/badge.svg)](https://codecov.io/github/gorilla/rpc)
[![godoc](https://godoc.org/github.com/gorilla/rpc?status.svg)](https://godoc.org/github.com/gorilla/rpc)
[![sourcegraph](https://sourcegraph.com/github.com/gorilla/rpc/-/badge.svg)](https://sourcegraph.com/github.com/gorilla/rpc?badge)![Gorilla Logo](https://github.com/gorilla/.github/assets/53367916/d92caabf-98e0-473e-bfbf-ab554ba435e5)
gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.
Read the full documentation here: https://pkg.go.dev/github.com/gorilla/rpc#section-documentation