Categorygithub.com/rosbit/jsonl-rpc
repositorypackage
1.1.1
Repository: https://github.com/rosbit/jsonl-rpc.git
Documentation: pkg.go.dev

# README

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.