From: Ryan Date: Sun, 15 Mar 2009 11:51:51 +0000 (+0100) Subject: a few more todo items X-Git-Tag: v0.0.1~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd52fa7c16ee537accd7d178985a23f2e54f2c90;p=platform%2Fupstream%2Fnodejs.git a few more todo items --- diff --git a/TODO b/TODO index 51fcf5b..0a72558 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?)