JSONRPC4Lua

JSONRPC4Lua implement JSON-RPC-over-http client and server-side for Lua.

$ luarocks install jsonrpc4lua

JSONRPC4Lua implement JSON-RPC-over-http client and server-side for Lua.
JSON is JavaScript Object Notation, a simple encoding of
Javascript-like objects that is ideal for lightweight transmission
of relatively weakly-typed data. RPC is an inter-process communication
mechanism that allows a computer program to cause a subroutine to
execute in a program running on a remote host. JSONRPC4Lua provides a
simple JSON-RPC-over-http client and server-side (in a CGILua
environment) for Lua.

Versions

1.0.1-18 years ago792 downloads
1.0.0-18 years ago77 downloads

Dependencies

lua >= 5.1

Labels

Manifests