sqos / ejic

erpc jsonter codec plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ejic

json-iterator codec plugin for erpc

Usage

import (
    "github.com/sqos/ejic"
    "github.com/henrylee2cn/erpc/v6"
)

peer := erpc.NewPeer(erpc.PeerConfig{DefaultBodyCodec: ejic.JsoniterCodec{}.Name()})

NOTE: client and server should set DefaultBodyCodec with same configure

License

ejic is under Apache v2 License. See the LICENSE file for the full license text

About

erpc jsonter codec plugin

License:Apache License 2.0


Languages

Language:Go 100.0%