Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

generator golang openrpc server

Last synced: 16 days 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
```