# go-codec **Repository Path**: houworld/go-codec ## Basic Information - **Project Name**: go-codec - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-21 - **Last Updated**: 2024-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [English](README.md) | 中文 # go-codec [![LICENSE](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/trpc-ecosystem/go-codec/blob/main/LICENSE) 本仓库提供了其他协议的实现及其示例,目前包括: * grpc: 支持 grpc 协议 * rawbinary: 在 udp 传输层协议下支持请求响应皆为 `[]byte` 的协议 * rawstring: 在 tcp 传输层协议下支持请求响应皆为 string 类型的协议,string 通过 `"\n"` 来进行分割