Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pplgin/rpc

基于tcp协议的 rpc简单实现
https://github.com/pplgin/rpc

nodejs rpc rpc-client rpc-server

Last synced: 19 days ago
JSON representation

基于tcp协议的 rpc简单实现

Awesome Lists containing this project

README

        

## 简单基于TCP的RPC实现

### 环境要求

- node >= 9

### 启动方式

```
node testS.js // 模拟server 监听
```

```
node testC.js // 模拟客户端调用
```

### 实现功能点

- 二进制协议的基本解析
- service方法注册