Skip to content

ewilazarus/luarpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home-made RPC

This is the second programming assignment for the 2018.1 Distributed Systems class at PUC-Rio

Prerequisites

Must have the Lua interpreter installed and available in the $PATH

Usage

  • To run the sample server:
./run_sample.sh server
  • To run the sample client:
./run_sample.sh client

Author

Built on, built using

  • Fedora release 27 (Twenty Seven)
  • Lua v5.3.4