From e129f33827feb94bd781f1e6b38732b0074dc74a Mon Sep 17 00:00:00 2001 From: andri lim Date: Wed, 23 Jun 2021 12:12:19 +0700 Subject: [PATCH] add nim-ws package (#1942) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index dd118faa3..e3e85495e 100644 --- a/packages.json +++ b/packages.json @@ -23001,5 +23001,19 @@ "description": "NWSync Repository Management utilities", "license": "MIT", "web": "https://github.com/Beamdog/nwsync" + }, + { + "name": "nim-ws", + "url": "https://github.com/status-im/nim-ws", + "method": "git", + "tags": [ + "websocket", + "server", + "client", + "query language" + ], + "description": "An implementation of Websocket protocol for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-ws" } ]