We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Changing `getAgent` to `getName`
Changed v8 from 4.3 -> 4.4 as we skipped 4.3
Updated Home (markdown)
Updated Breaking Changes (markdown)
Added AppNeta, alphabetized Vida
addition of a company and application using node.js to the list
Updating these instructions. Also making it easier for readers to just copy-paste the code into their terminal without having to do anything themselves.
Fix a couple anchor tags
more accurate links for iClickAndHost
add IClickAndHost.com hosting
Updated Modules (markdown)
The file should have been marked as a markdown document
add doc for http status codes breakage
old yum install --yes nodejs didn't work on my AWS CentOS server, used yum -y install nodejs and it worked
Updated Node Hosting (markdown)
Updated Node.js release guide (markdown)
setup with debian (as root) does not require sudo
Updated Projects, Applications, and Companies Using Node (org)
Clarified that `--harmony_proxies` in v8 enables a now obsolete Proxy API and linked to a shim library which allows node developers to use the official Proxy API (implemented on top of the obsolete API) [full disclosure: I'm the author of the linked-to shim library]