mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
Node.js JavaScript runtime ✨🐢🚀✨
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 | ||