Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-06-11 04:34:04 +0400
committerRyan <ry@tinyclouds.org>2009-06-11 04:34:04 +0400
commit2a7a2f671ac846b615749311e0c71d2034e4190a (patch)
treed7e9906516fd5a9f281e85691f2a627c68c70596 /TODO
parent6bfcfa7d7431f623500d3688b8dfc81b789ef16d (diff)
add todo list
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 25 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 00000000000..f1056974a1b
--- /dev/null
+++ b/TODO
@@ -0,0 +1,25 @@
+Major features planned: (somewhat ordered)
+
+- require/include HTTP URLs
+
+- C++ API for external modules/plugins
+ (Some sort of module build system?)
+
+- Posgres module
+ (http://www.postgresql.org/docs/8.1/static/libpq-async.html)
+
+- Support AF_UNIX named pipes
+
+- Signal handlers
+
+- popen() (perhaps with bidirectional stream?)
+
+- Internally replace getaddrinfo() with udns
+ http://www.corpit.ru/mjt/udns.html
+ JS resolver interface
+
+- TLS
+
+- UDP interface
+
+- Socket pairs