Node.js

Node.js is an open-source, cross-platform JavaScript runtime environment that allows developers to run JavaScript code on the server side. Built on the V8 JavaScript engine, Node.js is designed for building scalable and high-performance network applications. It uses an event-driven, non-blocking I/O model, which makes it efficient and suitable for real-time applications like chat, streaming services, and web servers. Node.js also has a rich ecosystem of libraries and modules available through its package manager, npm (Node Package Manager), enabling developers to extend its functionality easily.

How to Build and Deploy an MCP Server with TypeScript and Azure Developer CLI (azd) using Azure Container Apps and Docker

How to Build and Deploy an MCP Server with TypeScript and Azure Developer CLI (azd) using Azure Container Apps and Docker

Large language models (LLMs) are revolutionizing the way we build software. But as the scope of intelligent applications grows, so does the need for structured, contextual communication between LLMs and real-world data, services, and business logic. This is where the...

Read and Write Azure Blob Storage with Javascript

Read and Write Azure Blob Storage with Javascript

In this article, we'll explore how to integrate the Azure Storage client library for Javascript into a Node.js application. We'll cover the steps to read and write blobs from Azure Storage, and we'll also discuss how to obtain your Storage Account Key. By the end of...