James M Snell
James M Snell
Experimental.... This is intended to provide a mechanism for testing the memory heap limits of a worker locally. It is intentionally more flexible than the production limits in order to...
[`climem`](https://www.npmjs.com/package/climem) is a tool that I've used extensively in the past for diagnosing memory leaks in node.js applications. It provides simple monitoring of v8 memory usage and rss for the...
Implements the connect handler and tcp-ingress for a worker See the samples/tcp-ingress for an example Note that this is only enabling this for local dev in workerd. A lot more...
This is an initial proof-of-concept implementation of a secret store CryptoKey binding. ``` // To run the server: bazel run //src/workerd/server:workerd -- serve samples/secret-store/config.capnp --experimental --verbose --watch ``` See the...
Useful for generating email lists from Node.js Teams
Implements the core underlying bits of a refactored AsyncLocalStorage implementation based on the same mechanism that will be used for the standard AsyncContext API. The implementation is based on the...
Make it clear that the convergence repo does not replace the existing node.js and io.js project repositories. Provide clear links to the project repositories. Update links to the http://nodejs.og/foundation page...
Per: https://github.com/nodejs/node/issues/27 See: https://github.com/nodejs/node/issues/27#issuecomment-106047682 ORIGINAL-PR: https://github.com/joyent/node/pull/9085 PORT-FROM: https://github.com/joyent/node/commit/6168fe6 /cc: @misterdjules
Just marking these for tracking... * [ ] Code of conduct doc * [x] License doc * [ ] Contributing doc