From 8081c9047560c8c42575c6c7dca465106e41ac75 Mon Sep 17 00:00:00 2001 From: wt Date: Thu, 13 Apr 2017 14:36:48 +0800 Subject: [PATCH 1/2] Add node package --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 451dba5..f6f27f5 100644 --- a/packages.json +++ b/packages.json @@ -6202,5 +6202,21 @@ "description": "wrapper for the notmuch mail library", "license": "BSD 3-Clause", "web": "https://github.com/samdmarshall/notmuch.nim" + }, + { + "name": "node", + "url": "https://github.com/tulayang/nimnode", + "method": "git", + "tags": [ + "async", + "io", + "net", + "tcp", + "http", + "libuv" + ], + "description": "Library for async programming and communication. This Library uses a future/promise, non-blocking I/O model based on libuv.", + "license": "MIT", + "web": "http://tulayang.github.io/node/" } ] From 6b08b1913327ea0d59b6272a4787a442c8567526 Mon Sep 17 00:00:00 2001 From: wt Date: Thu, 13 Apr 2017 14:57:26 +0800 Subject: [PATCH 2/2] Update packages.json --- packages.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages.json b/packages.json index f6f27f5..ab055ec 100644 --- a/packages.json +++ b/packages.json @@ -6210,6 +6210,7 @@ "tags": [ "async", "io", + "socket", "net", "tcp", "http",