Adds httpbeast

This commit is contained in:
Dominik Picheta 2018-05-06 14:39:02 +01:00 committed by GitHub
parent aa535d441d
commit eefbeeda74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9161,5 +9161,20 @@
"description": "CRC32, 2 proc, copied from RosettaCode.", "description": "CRC32, 2 proc, copied from RosettaCode.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/juancarlospaco/nim-crc32" "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"
} }
] ]