aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-05-06 14:39:02 +0100
committerGitHub <noreply@github.com>2018-05-06 14:39:02 +0100
commiteefbeeda74ad450c2e0ea741af7d85d3e68c891e (patch)
tree67031980a596d1869d7125e10fc7f88700465c69
parentaa535d441d689bea663514ddf4f190b06e86bbba (diff)
downloadpackages-eefbeeda74ad450c2e0ea741af7d85d3e68c891e.tar.gz
packages-eefbeeda74ad450c2e0ea741af7d85d3e68c891e.zip
Adds httpbeast
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4628144..9fa2a55 100644
--- a/packages.json
+++ b/packages.json
@@ -9161,5 +9161,20 @@
"description": "CRC32, 2 proc, copied from RosettaCode.",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-crc32"
+ },
+ {
+ "name": "httpbeast",
+ "url": "https://github.com/dom96/httpbeast",
+ "method": "git",
+ "tags": [
+ "http",
+ "server",
+ "parallel",
+ "linux",
+ "unix"
+ ],
+ "description": "A performant and scalable HTTP server.",
+ "license": "MIT",
+ "web": "https://github.com/dom96/httpbeast"
}
]