From d274dbbc0842dc22a73d6d1404d653b4619ce26f Mon Sep 17 00:00:00 2001 From: andri lim Date: Tue, 29 Jun 2021 12:02:26 +0700 Subject: [PATCH] add websock package (#1956) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 000fa94..fe5c99f 100644 --- a/packages.json +++ b/packages.json @@ -23157,5 +23157,21 @@ "description": "A Nim client for Todoist's REST API", "license": "Apache-2.0", "web": "https://ruivieira.github.io/nim-todoist/index.html" + }, + { + "name": "websock", + "url": "https://github.com/status-im/nim-websock", + "method": "git", + "tags": [ + "websocket", + "websocket-server", + "websocket-client", + "ws", + "wss", + "secure" + ], + "description": " Websocket server and client implementation", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-websock" } ]