Node.js 0.12.0
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
Showing the top 20 packages that depend on Node.js.
Packages | Downloads |
---|---|
NoGit
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
|
32 |
NoGit
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
|
31 |
NoGit
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
|
30 |
Npm
A package manager for node.js.
|
30 |
Npm
A package manager for JavaScript.
|
27 |
NoGit
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
|
27 |
Npm
A package manager for node.js.
|
27 |
Npm
A package manager for node.js.
|
26 |
Npm
A package manager for JavaScript.
|
26 |
NoGit
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
|
24 |
Npm
A package manager for node.js.
|
24 |
Following are some highlights of v0.12 release:
Streams 3
- The Streams implementation now works the way you thought it already should, without introducing any changes to the API. Basically this means no more getting stuck in "old mode", there are only streams that are flowing or not.
- Streams now support the use of cork and uncork mechanisms to prevent flushing writes out to the system if an application is going to be performing many writes in a row. There is an implicit uncork performed when you end a writable stream.
HTTP
- maxSockets are no longer limited to 5. The default is now set to Infinity with the developer and the operating system given control over how many simultaneous connections an application can keep open to a given host.
- Proper KeepAlive support means that sockets will stay open until they timeout at the configured time, are closed by the remote side, or the process exits. Developer's no longer have to make sure requests have been pipelined to keep the socket open, or use an alternative module to get that support.
- Developers can also now explicitly flushHeaders to ensure time to first byte is low and proxied connections are held open.
Cluster
- Now has two modes of operation, the new default is a round robin distribution mechanism where the master accepts new connections and distributes them to your workers. If you want you can still opt back into the old method where your workers are responsible for acception connections.
TLS
- We have the new TLSWrap mechanism under the hood, this eliminates quite a few of the hops back and forth between JavaScript and our C++ implementations.
- Added APIs for asynchronous SNI callbacks, OCSP stapling, and storage events.
Buffer
- We use a more accurate mechanism for allocating memory for buffers now, which means you'll see less overhead and impact from holding onto to small slices of Buffers. This reduces the amount of memory pressure on the system, which means GC runs are quicker, which means Node.js is on CPU less, and thus lower latency for your applications.
child_process
- spawnSync/execSync have been added to facilitate synchronous child processes, warning your node process won't make forward progress while waiting for the child to exit, caveat emptor!
Crypto
- Added APIs for loading custom engines for use with compiled in OpenSSL.
- More APIs support supplying the pass phrases.
- Added APIs for RSA public/private key encryption/decryption.
VM
- The module is now based on the Contextify module, which shares values from the sandbox to avoid missing changes inside the execution from appearing in the parent context.
Initial support for ECMAScript Internationalization API 1.0 (ECMA-402)
- By default, Node.js v0.12.0 binaries are shipped with ECMA-402 support, but only for the English language. In other words, the ECMA-402 API is working as you would expect, but only data for the English language is included. You can find more info on how to include more languages in the Wiki.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
5.3.0 | 28 | 9/20/2022 |
5.2.0 | 30 | 9/20/2022 |
5.1.1 | 23 | 9/20/2022 |
5.1.0 | 24 | 9/20/2022 |
5.0.0 | 26 | 9/20/2022 |
4.2.3 | 26 | 9/20/2022 |
4.2.2 | 24 | 9/20/2022 |
4.2.1 | 26 | 9/20/2022 |
4.2.0 | 27 | 9/20/2022 |
4.1.2 | 31 | 9/20/2022 |
4.1.1 | 28 | 9/20/2022 |
4.1.0 | 33 | 9/20/2022 |
4.0.0 | 36 | 9/20/2022 |
0.12.7 | 38 | 9/20/2022 |
0.12.6 | 27 | 9/20/2022 |
0.12.5 | 49 | 9/20/2022 |
0.12.4 | 39 | 9/20/2022 |
0.12.3 | 26 | 9/20/2022 |
0.12.2 | 42 | 9/20/2022 |
0.12.1 | 25 | 9/20/2022 |
0.12.0 | 27 | 9/20/2022 |
0.10.36 | 23 | 9/20/2022 |
0.10.35 | 34 | 9/20/2022 |
0.10.34 | 28 | 9/20/2022 |
0.10.33 | 25 | 9/20/2022 |
0.10.32 | 25 | 9/20/2022 |
0.10.31 | 27 | 9/20/2022 |
0.10.30 | 25 | 9/20/2022 |
0.10.29 | 26 | 9/20/2022 |
0.10.28 | 32 | 9/20/2022 |
0.10.27 | 25 | 9/20/2022 |
0.10.26.1 | 29 | 9/20/2022 |
0.10.26 | 30 | 9/20/2022 |
0.10.25 | 29 | 9/20/2022 |
0.10.24 | 25 | 9/20/2022 |
0.10.23 | 23 | 9/20/2022 |
0.10.22 | 26 | 9/20/2022 |
0.10.21 | 25 | 9/20/2022 |