Giter VIP home page Giter VIP logo

rpc's Introduction

RPC

本人最近学习对RPC的一些认识决定实现一个RPC框架 项目主要分为三个子项目 API 项目 定义了通信的数据模型和序列化反序列化所使用的工具以及项目测试使用的bean和接口 Server 项目作为RPC的过程服务提供者 Client 项目是服务的调用者

我这里使用的是MINA作为TCP服务器 利用jdk自带的方法进行序列化 在服务调用方做一个接口的代理让接口执行socket通信将调用服务的请求发送到Server端在Server端反射出接口的实现类执行方法再讲返回数据通过网络写回去

rpc's People

Contributors

newshij 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.