Giter Club home page Giter Club logo

teresa's Introduction

Teresa

Teresa

从0到1开发Java微服务框架,见微知著,麻雀虽小五脏俱全

  • 基于Netty。TCP、UDP上定义网络层数据协议
  • 基于Protobuf。包装RPC数据协议;使用ProtoStuff优化代码结构及编解码速度
  • 跨语言。使用Protobuf作为RPC封装协议;基于大小命令字定义路由寻址
  • 高性能。Reactor基础上增加多线程、异步化(RxJava)、协程(Quasar)处理器;客户端连接池,连接复用;减少包传递时的内存拷贝
  • 好用。尽量符合Java语言的RPC惯性;支持SpringBoot
  • 异步化。请求和响应天然支持异步化,改造轻松;RPC数据协议包结构拓展性强,异步化依赖包头拓展信息而不是线程上下文;
  • 可靠。超时处理,过载保护,异常传递,地址可达检测,熔断保护
  • 拓展。RPC请求和响应的多个阶段留有充分的SPI接口
  • 运维。优雅上下线

teresa's People

Contributors

wsrspirit avatar dependabot[bot] avatar chenjw816 avatar

Watchers

James Cloos 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.