https://github.com/c0mm4nd/go-jsonrpc2
fast jsonrpc 2.0 message encoding and decoding based on jsoniter, and with http/tcp implements and examples
https://github.com/c0mm4nd/go-jsonrpc2
go golang json jsonrpc2
Last synced: 2 months ago
JSON representation
fast jsonrpc 2.0 message encoding and decoding based on jsoniter, and with http/tcp implements and examples
- Host: GitHub
- URL: https://github.com/c0mm4nd/go-jsonrpc2
- Owner: c0mm4nd
- License: mit
- Created: 2020-03-23T12:19:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T13:53:13.000Z (almost 5 years ago)
- Last Synced: 2025-06-11T06:02:50.461Z (about 1 year ago)
- Topics: go, golang, json, jsonrpc2
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-jsonrpc2
fast jsonrpc 2.0 implement for go
spec: https://www.jsonrpc.org/specification
## Usage
If you wanna using jsonrpc2 over http, check [the http folder](jsonrpc2http/README.md)
If you wanna using jsonrpc2 over tcp, check [the tcp folder](jsonrpc2net/README.md)