Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 449 Bytes

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