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-03-15 14:51:51 +0300
committerRyan <ry@tinyclouds.org>2009-03-15 14:51:51 +0300
commitfd52fa7c16ee537accd7d178985a23f2e54f2c90 (patch)
tree6b770cced31fb21d47fa84fff55d1527483afb26 /TODO
parent742b221e4bbc46fd6e9ea6c60c0262d4e068c225 (diff)
a few more todo items
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index 51fcf5bfeb7..0a7255815f0 100644
--- a/TODO
+++ b/TODO
@@ -9,4 +9,17 @@
They cannot be select()ed. They are always readable. Thus all access
to them needs to be done in a thread pool. (E.G. oi_file_open_stdin())
+- ByteArray !!!!
+
+STANDARD LIBRARY MODULES
+
+- File (thru oi_file?)
+
+- AMQP (thru 0mq?)
+
+- Postgres (thru libpq-async http://www.postgresql.org/docs/8.3/interactive/libpq-async.html)
+
+- Memcached (can be implemented in pure js?)
+
+- Redis (can be implemented in pure js?)