Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosbit/jsonl-rpc
implementations of ClientCodec and ServerCodec as JSONL stream for the net/rpc package. 实现包net/rpc中的ClientCodec和ServerCodec,可以传输JSONL格式的流数据。
https://github.com/rosbit/jsonl-rpc
Last synced: about 6 hours ago
JSON representation
implementations of ClientCodec and ServerCodec as JSONL stream for the net/rpc package. 实现包net/rpc中的ClientCodec和ServerCodec,可以传输JSONL格式的流数据。
- Host: GitHub
- URL: https://github.com/rosbit/jsonl-rpc
- Owner: rosbit
- License: mit
- Created: 2023-04-16T11:39:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-24T06:14:21.000Z (4 months ago)
- Last Synced: 2024-07-24T07:39:46.856Z (4 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonl-rpc
A implementation of net/rpc ClientCodec and ServerCodec, which can transfer JSONL(JSON Lines) stream.
## Usage
Refer to [db-proxy](https://github.com/rosbit/db-proxy) as ServerCodec and
[db-proxy-driver](https://github.com/rosbit/db-proxy-driver) as ClientCodec.