Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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格式的流数据。

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.