# ejic **Repository Path**: sqos/ejic ## Basic Information - **Project Name**: ejic - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2022-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: peer2peer, Codec, jsoniter, erpc, json-iterrator ## README # ejic json-iterator codec plugin for [erpc](https://github.com/henrylee2cn/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](https://github.com/sqos/ejic/LICENSE) file for the full license text