$ 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
Dependencies
lua >= 5.1