lua-resty-jsonrpc:基于 openresty 的 JSONRPC ( nginx + luajit )

时间:2024-06-17 18:48:23
【文件属性】:

文件名称:lua-resty-jsonrpc:基于 openresty 的 JSONRPC ( nginx + luajit )

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-17 18:48:23

Lua

lua-resty-jsonrpc ===============这是基于openresty的jsonrpc(带有nginx-tcp-lua-server补丁)。 使用示例 句法: --> data sent to Server <-- data sent to Client 带有位置参数的 rpc 调用: --> {"jsonrpc": "2.0", "method": "subtract", "params": [42, 23], "id": 1} <-- {"jsonrpc": "2.0", "result": 19, "id": 1} --> {"jsonrpc": "2.0", "method": "subtract", "params": [23, 42], "id": 2} <-- {"jsonrpc": "2.0", "result": -19, "id": 2


【文件预览】:
lua-resty-jsonrpc-master
----conf()
--------nginx.conf(679B)
----lua()
--------entrypoint.lua(1021B)
--------jsonrpc_interface.lua(495B)
----README.md(2KB)

网友评论