Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oeljeklaus-you/sprc
基于Scala编写的RPC通信框架
https://github.com/oeljeklaus-you/sprc
akka rpc-framework scala
Last synced: 11 days ago
JSON representation
基于Scala编写的RPC通信框架
- Host: GitHub
- URL: https://github.com/oeljeklaus-you/sprc
- Owner: oeljeklaus-you
- Created: 2018-06-03T13:07:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T13:09:51.000Z (over 6 years ago)
- Last Synced: 2024-11-05T16:39:54.858Z (about 2 months ago)
- Topics: akka, rpc-framework, scala
- Language: Scala
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPRC
## Scala基本练习
### 利用学习的Scala语言实现简单的RPC功能
## Master类
主要用于保存注册节点,Worker的上下线感知
## Worker类
向Master注册,定时调度执行任务