cRPC icon indicating copy to clipboard operation
cRPC copied to clipboard

Remote Procedure Call Demo Written in Pure C

cRPC

Remote Procedure Call Demo Written in Pure C. Check out this blog post if you're interested in a code walk-through.

Getting Started

  1. Build the binaries
    $ make
    
  2. Run the server
    $ ./server
    
  3. Start a new Terminal session and run the client
    $ ./client
    

Author

Fadi Hanna Al-Kass