diff options
| author | Mat Taylor <mat.taylor@gmail.com> | 2018-12-12 10:34:08 -0800 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-12-12 19:34:08 +0100 |
| commit | 35eede404242beba9b76cade2d24f3722d17a632 (patch) | |
| tree | 06cf618061b265ad1c6685b97c4c98afaa7a1ba2 | |
| parent | b11e98519b2f71fb036ca62b23b6ed81f12a582f (diff) | |
| download | packages-35eede404242beba9b76cade2d24f3722d17a632.tar.gz packages-35eede404242beba9b76cade2d24f3722d17a632.zip | |
adding whip server (#964)
| -rw-r--r-- | packages.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 576fae7..8f511fc 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,14 @@ [ - { + { + "name": "whip", + "url": "https://github.com/mattaylor/whip", + "method": "git", + "tags": [ "http", "rest", "server", "httpbeast", "nest", "fast" ], + "description": "Whip is high performance web application server based on httpbeast a nest for redix tree based routing with some extra opmtizations.", + "license": "MIT", + "web": "https://github.com/mattaylor/whip" + }, + { "name": "elvis", "url": "https://github.com/mattaylor/elvis", "method": "git", |
