0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Ryan Dahl e2b7902469 Don't use parseUri for HTTP server
The big parseUri RE was showing up often in profiles - this is simpler and
yields better performance by taking advantage of the C http parser.
2009-10-04 12:19:01 +02:00
benchmark API: Move node.exit() to process.exit(). 2009-09-28 18:48:18 +02:00
bin Add node-waf to help with building addons. 2009-10-04 10:33:39 +02:00
deps Add Makefiles which were forgotten. 2009-10-03 22:48:44 +02:00
doc Don't use parseUri for HTTP server 2009-10-04 12:19:01 +02:00
lib Don't use parseUri for HTTP server 2009-10-04 12:19:01 +02:00
src Don't use parseUri for HTTP server 2009-10-04 12:19:01 +02:00
test/mjsunit Bugfix: require() and include() should work in callbacks. 2009-09-29 19:28:54 +02:00
tools Modify node_addon configure api 2009-10-04 11:50:53 +02:00
.gitignore Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
ChangeLog bump version 2009-09-30 23:21:25 +02:00
configure Don't unnecessarily output the makefile from the configure script. 2009-10-03 21:46:59 +02:00
LICENSE http.js license reference 2009-09-28 18:48:17 +02:00
Makefile Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
README Add note to README about wiki page 2009-07-24 15:14:59 +02:00
wscript Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00

Purely evented I/O for V8 javascript.

See http://tinyclouds.org/node for more information.

For help and discussion subscribe to the mailing list at 
http://groups.google.com/group/nodejs or send an email to 
nodejs+subscribe@googlegroups.com.

A list of projects using Node can be found at
http://wiki.github.com/ry/node

To build
./configure
make 
make install