Code Monkey home page Code Monkey logo

ggrpc's Introduction

ggrpc

ggrpc 是一个用 go 语言编写的 RPC 框架,仅用于学习。

  1. client 模块:支持客户端发包
  2. server 模块:支持服务端收包
  3. transport 模块:提供底层的通信能力
  4. codec 模块:自定义协议的解析、序列化和反序列化
  5. pool 模块:池技术,支持连接池、对象池等实现,提供客户端连接的复用、对象复用等能力
  6. log 模块:提供日志能力
  7. selector 模块:提供寻址能力,支持服务发现(resolver)、负载均衡 (loadbalance)等默认实现
  8. stream 模块:提供客户端和服务端上下文数据透传能力,后续还会支持流式传输
  9. protocol 模块:提供自定义私有协议能力
  10. plugin 模块:提供第三方插件化支持能力
  11. interceptor 模块:提供框架拦截器能力
  12. metadata 模块:提供客户端和服务端参数传递能力

ggrpc's People

Stargazers

iku50 avatar

Watchers

iku50 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.