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

https://github.com/swiftdo/rpc

swiftnio simple rpc
https://github.com/swiftdo/rpc

Last synced: 2 months ago
JSON representation

swiftnio simple rpc

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"
```