An open API service indexing awesome lists of open source software.

https://github.com/gregdhill/go-openrpc

OpenRPC 1.0 - Golang
https://github.com/gregdhill/go-openrpc

generator golang openrpc server

Last synced: over 1 year ago
JSON representation

OpenRPC 1.0 - Golang

Awesome Lists containing this project

README

          


open-rpc logo

# [OpenRPC 1.0](https://spec.open-rpc.org/)

This package contains a golang implementation of the OpenRPC specification. It can currently generate server-side stubs based on a compliant
JSON document, but please be aware that the tool is still in its infancy and may not generate correctly. If you happen across any bugs or
realise any possible improvements, please consider submitting a PR!

```
go test ./...
go run example/example-proxy-server.go
```