Expect instability on the master branch for a while. Problems: - Documentation is not yet updated - SSL support is gone! It needs to be redone for net.js. Use 'tcp_old' and 'http_old' if you need it. I want to use OpenSSL now, talk to me if you'd like to work on it. - fs.write() supports Buffers a little. See src/node_file.cc for details fs.read() not yet. The file streams need to be updated to handle Buffer. - The Buffer API will probably change.
Evented I/O for V8 javascript. To build: ./configure make make install To run the tests: make test To build the documentation and install it, you will need asciidoc and xsltproc: make doc install To read the documentation: man doc/node.1 See http://nodejs.org/ for more information. For help and discussion subscribe to the mailing list by visiting http://groups.google.com/group/nodejs or by sending an email to nodejs+subscribe@googlegroups.com.
Languages
JavaScript
61.4%
C++
23.3%
Python
10.7%
C
2.8%
HTML
0.7%
Other
1%