Node.js Package Configuration Guide

This is a guide on how to configure a package for Node.js. We will cover the basics of package configuration, including how to structure your files, how to use the package.json file, and how to handle CommonJS and ECMAScript modules (ESM). Read more

Similar

Getting Started with Node.js and Kafka

In this tutorial, I'll talk about how I set up Kafka to provide website analytics and event tracking for a web application. For my use case, I wanted to store and process raw event data in real-time. With Google Analytics, you can't do that. Enter Kafka.W... (more…)

Read more »

Node-Red v1.0.4 Released

Here's a new Node-RED maintenance release for your enjoyment. It rolls up a few fixes that have trickled in over the last couple of months. Full release details here: https://github.com/node-red/node-red/releases/tag/1.0.4 Some highlights: JSONata 1.... (more…)

Read more »