Ecosyste.ms: Awesome
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: 16 days ago
JSON representation
OpenRPC 1.0 - Golang
- Host: GitHub
- URL: https://github.com/gregdhill/go-openrpc
- Owner: gregdhill
- License: mit
- Created: 2019-09-16T10:57:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T14:45:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T14:14:50.612Z (26 days ago)
- Topics: generator, golang, openrpc, server
- Language: Go
- Homepage:
- Size: 74.2 KB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [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
```