aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornepeckman <elijahpeckman@gmail.com>2019-06-21 01:41:46 -0400
committerMiran <narimiran@disroot.org>2019-06-21 07:41:46 +0200
commit68b2951e47d0870fccff8467d1077cfcb8669126 (patch)
tree1d0eb383971ce2fd22679afc6033b1b82cd6c4a9
parent31231aa3ced864d5cff4c9448c96b3202f15646a (diff)
downloadpackages-68b2951e47d0870fccff8467d1077cfcb8669126.tar.gz
packages-68b2951e47d0870fccff8467d1077cfcb8669126.zip
Added nerve rpc framework (#1099)
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 60b19aa..1941fe2 100644
--- a/packages.json
+++ b/packages.json
@@ -13534,5 +13534,21 @@
"description": "nimjson generates nim object definitions from json documents.",
"license": "MIT",
"web": "https://github.com/jiro4989/nimjson"
+ },
+ {
+ "name": "nerve",
+ "url": "https://github.com/nepeckman/nerve-rpc",
+ "method": "git",
+ "tags": [
+ "rpc",
+ "framework",
+ "web",
+ "json",
+ "api",
+ "library"
+ ],
+ "description": "A RPC framework for building web APIs",
+ "license": "MIT",
+ "web": "https://github.com/nepeckman/nerve-rpc"
}
]