aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniv <n@e-ix.net>2016-04-14 20:26:28 +0200
committerniv <n@e-ix.net>2016-04-14 20:26:28 +0200
commit261d2c353831bcd164094610f0c6730cfb764258 (patch)
tree91e79478048371bfafab0ab06329d799ebb563f8
parent5f26eee0323f865efb70f4ba8935133bad12c2bb (diff)
downloadpackages-261d2c353831bcd164094610f0c6730cfb764258.tar.gz
packages-261d2c353831bcd164094610f0c6730cfb764258.zip
Added package websocket
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f5a32ca..f46ee31 100644
--- a/packages.json
+++ b/packages.json
@@ -4586,5 +4586,20 @@
"description": "A simple progress bar for Nim.",
"license": "BSD",
"web": "https://github.com/euantorano/progress.nim"
+ },
+ {
+ "name": "websocket",
+ "url": "https://github.com/niv/websocket.nim",
+ "method": "git",
+ "tags": [
+ "http",
+ "websockets",
+ "async",
+ "client",
+ "server"
+ ],
+ "description": "websockets for nim",
+ "license": "MIT",
+ "web": "https://github.com/niv/websocket.nim"
}
]