mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
Node.js JavaScript runtime ✨🐢🚀✨
For server-side sockets, no longer pass the server object to the js constructor. This is set later with SetAcceptor. I think the change is a bit strage and convoluted but it allows one give protocol /classes/ to the c++ constructors instead of protocol instances. This is nice because derived classes (like HTTP) don't need to copy the protocol instanciation code. |
||
|---|---|---|
| deps | ||
| src | ||
| test | ||
| .gitignore | ||
| .gitmodules | ||
| configure | ||
| js2c.py | ||
| jsmin.py | ||
| waf | ||
| wscript | ||