/jsonl-rpc

implementations of ClientCodec and ServerCodec as JSONL stream for the net/rpc package. 实现包net/rpc中的ClientCodec和ServerCodec,可以传输JSONL格式的流数据。

Primary LanguageGoMIT LicenseMIT

jsonl-rpc

A implementation of net/rpc ClientCodec and ServerCodec, which can transfer JSONL(JSON Lines) stream.

Usage

Refer to db-proxy as ServerCodec and db-proxy-driver as ClientCodec.