https://github.com/swiftdo/rpc
swiftnio simple rpc
https://github.com/swiftdo/rpc
Last synced: 2 months ago
JSON representation
swiftnio simple rpc
- Host: GitHub
- URL: https://github.com/swiftdo/rpc
- Owner: swiftdo
- Created: 2020-12-16T16:17:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T01:31:27.000Z (over 5 years ago)
- Last Synced: 2025-03-03T23:59:58.752Z (over 1 year ago)
- Language: Swift
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpc
SwiftNIO simple RPC, just for learn!
# 使用
```sh
$ git clone https://github.com/swiftdo/rpc.git
$ cd rpc
$ swift run rpc server
$ swift run client "hello world!"
$ swift run client "hello, Oldbirds"
```