Node.js End of Life

Node.js Release Working Group. Contribute to nodejs/Release development by creating an account on GitHub. Read more

Similar

ES Modules in Node Today

Editor’s Note: Today’s post is a guest post from John-David Dalton, a Program Manager on the Microsoft Edge team and creator of the popular Lodash JavaScript library, sharing the news of a new community project to bring ECMAScript modules to Node. (more…)

Read more »

How to Reduce Node Docker Image Size by 10x

Dockerizing an application is simple, effective, but optimizing the size of Docker Image is the tricky part. Docker is easy to use but once the application starts scaling, the image size inflates exponentially. In general, the node docker image size of th... (more…)

Read more »