Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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简单实现
- Host: GitHub
- URL: https://github.com/pplgin/rpc
- Owner: pplgin
- License: mit
- Created: 2019-03-21T02:09:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T02:13:18.000Z (almost 6 years ago)
- Last Synced: 2024-11-15T20:38:57.610Z (3 months ago)
- Topics: nodejs, rpc, rpc-client, rpc-server
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 简单基于TCP的RPC实现
### 环境要求
- node >= 9
### 启动方式
```
node testS.js // 模拟server 监听
``````
node testC.js // 模拟客户端调用
```### 实现功能点
- 二进制协议的基本解析
- service方法注册