Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trpc-ecosystem/go-codec
Codec implementations for tRPC-Go
https://github.com/trpc-ecosystem/go-codec
Last synced: 3 months ago
JSON representation
Codec implementations for tRPC-Go
- Host: GitHub
- URL: https://github.com/trpc-ecosystem/go-codec
- Owner: trpc-ecosystem
- License: other
- Created: 2023-08-09T09:23:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T08:43:29.000Z (about 1 year ago)
- Last Synced: 2024-10-25T21:56:05.384Z (3 months ago)
- Language: Go
- Homepage:
- Size: 229 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
English | [中文](README.zh_CN.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)
This repository provides implementations and examples of other protocols, currently including:
* grpc: Supports grpc protocol
* rawbinary: Supports the protocol where both request and response are `[]byte` under the udp transport layer protocol
* rawstring: Supports the protocol where both request and response are string types under the tcp transport layer protocol, with strings separated by `"\n"`