mirror of https://github.com/nodejs/node.git
90802d628d
1. Allow single-quotes in urls, but escape them. 2. Add comments about which RFCs we're following for guidance. 3. Handle any invalid character in the hostname portion. 4. lcase protocol and hostname portions, since they are case-insensitive. |
||
---|---|---|
benchmark | ||
cmake | ||
deps | ||
doc | ||
lib | ||
src | ||
test | ||
tools | ||
.gitignore | ||
AUTHORS | ||
CMakeLists.txt | ||
CTestConfig.cmake | ||
ChangeLog | ||
LICENSE | ||
Makefile | ||
Makefile.cmake | ||
README.cmake | ||
README.md | ||
TODO | ||
TODO.win32 | ||
config.h.cmake | ||
configure | ||
wscript |
README.md
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