aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwt <iwangtongi@163.com>2017-04-13 14:36:48 +0800
committerGitHub <noreply@github.com>2017-04-13 14:36:48 +0800
commit8081c9047560c8c42575c6c7dca465106e41ac75 (patch)
treed77a6706e15fa0c5adc7e76f2f0608885ed2995f
parent1fc35aefb7c0e96dbcef488a8c283b3baadcabcf (diff)
downloadpackages-8081c9047560c8c42575c6c7dca465106e41ac75.tar.gz
packages-8081c9047560c8c42575c6c7dca465106e41ac75.zip
Add node package
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
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/"
}
]