aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]