ewilazarus / luarpc

Home-made RPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Home-made RPC


Languages

Language:Lua 99.6%Language:Shell 0.4%