0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Jan Kassens bb2acd5e75 querystring.stringify is now more solid
* handles NaN and Infinity
* works with arrays from other contexts
2010-07-19 10:53:32 -07:00
benchmark
bin
deps Upgrade http-parser 2010-07-17 01:22:16 -07:00
doc bump version 2010-07-16 21:50:26 -07:00
lib querystring.stringify is now more solid 2010-07-19 10:53:32 -07:00
src Fix for issue #214 2010-07-19 10:32:56 -07:00
test querystring.stringify is now more solid 2010-07-19 10:53:32 -07:00
tools
.gitignore
AUTHORS bump version 2010-07-16 21:50:26 -07:00
ChangeLog bump version 2010-07-16 21:50:26 -07:00
configure
LICENSE
Makefile
README
TODO Add todo item 2010-07-19 10:35:59 -07:00
wscript Register builtin extensions via a macro, rather than a manual strcmp 2010-07-14 10:17:25 -07:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
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.