Skip to content

A Lua library that provides the basic functionalities of a Remote Procedure Call (RPC).

License

Notifications You must be signed in to change notification settings

ThiagoSBastos/luarpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

luarpc

Description

This library provides an API to perform a Remote Procedure Call (RPC)

Motivation

This library is the first assigment for the course INF 2545 - Distributed Systems taugh by Professor Noemi Rodriguez at PUC-Rio.

Dependencies

Usage

Running the client on port 6060:

lua client_rpc.lua 6060

Running the servers:

lua server_rpc.lua

About

A Lua library that provides the basic functionalities of a Remote Procedure Call (RPC).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages