mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 07:00:59 +01:00
Cross-platform JavaScript runtime environment
https://nodejs.org/
73fb24f48d
Instead servers are passed a function which gets called on connection (like in the original design) which has one argument, the connecting socket. The user sets up callbacks on that. It's pretty much how I had it originally. Encoding is now set via v8 getter/setter and can be changed dynamically. The timeout for all sockets is fixed at 60 seconds for now. Need to fix that. |
||
---|---|---|
deps | ||
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
configure | ||
js2c.py | ||
jsmin.py | ||
node.html | ||
test_http.js | ||
waf | ||
wscript |