https://github.com/sourcegraph/jsonrpc2
Package jsonrpc2 provides a client and server implementation of JSON-RPC 2.0 (http://www.jsonrpc.org/specification)
https://github.com/sourcegraph/jsonrpc2
Last synced: 6 months ago
JSON representation
Package jsonrpc2 provides a client and server implementation of JSON-RPC 2.0 (http://www.jsonrpc.org/specification)
- Host: GitHub
- URL: https://github.com/sourcegraph/jsonrpc2
- Owner: sourcegraph
- License: mit
- Created: 2016-10-11T13:43:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T16:31:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T06:05:32.354Z (about 1 year ago)
- Language: Go
- Size: 113 KB
- Stars: 191
- Watchers: 73
- Forks: 62
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# jsonrpc2: JSON-RPC 2.0 implementation for Go [](https://travis-ci.org/sourcegraph/jsonrpc2) [](https://sourcegraph.com/github.com/sourcegraph/jsonrpc2?badge) [](https://godoc.org/github.com/sourcegraph/jsonrpc2)
Package jsonrpc2 provides a [Go](https://golang.org) implementation of [JSON-RPC 2.0](http://www.jsonrpc.org/specification).
* [Documentation](https://pkg.go.dev/github.com/sourcegraph/jsonrpc2)
* [Open the code in Sourcegraph](https://sourcegraph.com/github.com/sourcegraph/jsonrpc2)
## Known issues
* Batch requests and responses are not yet supported.