This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
luarpc /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Fri May 01 15:33:39 -0700 2009 | |
| |
Makefile | ||
| |
PROTOCOL | ||
| |
README | ||
| |
TODO | ||
| |
config.h | ||
| |
logo/ | Fri May 01 15:33:39 -0700 2009 | |
| |
luarpc.c | ||
| |
luarpc.h | Fri May 01 15:33:39 -0700 2009 | |
| |
luarpc_socket.c | ||
| |
rpctest.c | ||
| |
test-client.lua | ||
| |
test-server.lua |
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








