public
Description: Lua-RPC for Lua 5.1.x
Homepage:
Clone URL: git://github.com/jsnyder/luarpc.git
luarpc /
README
Lua-RPC is a Lua library to allow simple remote procedure
calling. That is, a Lua script running on one machine can call
functions from a script that is running on another machine.

This is version 0.1, a pre-alpha release.

Original work done by Russell L. Smith:
http://www.q12.org/lua

Port to 5.x and continuing work by James Snyder