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

https://github.com/joaogsleite/rpc-example

Remote procedure call example
https://github.com/joaogsleite/rpc-example

java rpc rpc-client rpc-framework rpc-message

Last synced: 9 months ago
JSON representation

Remote procedure call example

Awesome Lists containing this project

README

          

# RPC

1. terminal:
```bash
rpcgen -a -C counter.x
```
* change Makefile.counter to Makefile

2. complete `counter_server.c`

3. complete `counter_client.c`

4. compile client (make counter_client) and server (make counter_server)

5.
* execute server
* execute client