Triton
Node.js® Enterprise Support
New comprehensive plans available
Learn MoreSeptember 14, 2018
Easing Into Node.js With TypeScript by Colin J. IhrigThis blog post introduces the TypeScript language, including some of its advantages and disadvantages compared to vanilla JavaScript.
August 6, 2018
GraphQL on the server by Wyatt Preul, Lloyd BensonLearn how to construct a Node.js server that provides a GraphQL endpoint for clients. Additionally, learn about more advanced GraphQL topics related to batch requests and integrating GraphQL with hapi plugins.
June 26, 2018
Node.js and Express Gateway in a Cloud Native World by Al TsangMicroservices solve a myriad of issues for cloud native applications. As an architectural style, microservices are language and framework agnostic. However, there are choices of languages and platforms that can support or adversely affect your ability to execute your microservices strategy. Node.js is an open source, existing language and platform that was crafted with the microservices paradigm in mind.
April 24, 2018
A Node.js 10.0.0 Release Summary by Colin J. IhrigThis post describes the Node.js 10.0.0 release. It breaks down what to expect from the release, what is included in the release, and who should use this release line.
October 31, 2017
A Node.js 9.0.0 Release Summary by Colin J. IhrigThis post describes the Node.js 9.0.0 release. It breaks down what to expect from the release, what is included in the release, and who should use this release line.
October 31, 2017
Upgrading Node.js to Version 8 by Wyatt Lyon PreulRead our step-by-step tutorial for how to upgrade Node.js versions 4 or 6 to version 8. This includes an overview of what's new in version 8, how to assess 3rd party module support, and suggestions for application updates.
July 25, 2017
Joyent + Edgemesh Fireside Chat: Cache Me If You Can by JoyentEdgemesh CEO, Jake Loveless and Joyent CTO, Bryan Cantrill join together for a fireside chat to discuss distributed caching at scale, Docker, Node.js, Mystery Science Theater 3000, and more!
January 19, 2017
Node.js at Joyent by Wyatt Lyon PreulAn exploration of the Node.js journey that Joyent embarked on. Also, on overview of the various projects where Joyent uses Node.js. Furthermore, this post describes the benefits of choosing Node.js for microservices.
January 12, 2017
Containers and microservices and Node.js! Oh, my! by Wyatt PreulLearn microservices, Node.js, and containers by example using the provided application. This post walks through an example application that is split out into Node.js microservices running in Docker containers.
November 9, 2016
Announcing the 2016 Node.js & Docker Innovator Program Finalists by Shubhra KarAfter reviewing hundreds of applications from talented tech innovators, we’re pleased to announce the 2nd annual Node.js and Docker Innovator Program finalists. Follow along during coming year as we highlight these tech innovators, learn why they selected Node.js and Docker, and share their production best practices and user stories. One of these finalists will also be honoured with the Innovator of the Year award.
October 11, 2016
Upgrading Node.js 0.10 and 0.12 applications by Wyatt Lyon PreulA tutorial on upgrading Node.js v0.10 and v0.12 to v4 or v6.
September 26, 2016
Post-mortem Debugging and Promises by Wyatt Lyon PreulAn overview of post-mortem debugging pitfalls when using promises.
September 21, 2016
Introduction to ContainerPilot for building applications by Alexandra White and Wyatt Lyon PreulBuilding a simple Hello World application with ContainerPilot and the AutoPilot Pattern using Node.js.
September 20, 2016
Debugging Node.js with MDB by Wyatt Lyon PreulA tutorial on debugging Node.js core dumps with MDB.
September 8, 2016
Observable Node.js Applications by Wyatt Lyon PreulAn overview of how to build observable Node.js applications. The solutions presented are useful for designing and building reliable and more debuggable applications, especially those applications that are microservice oriented.