Tagged articles

Node.js

1091 articles · Page 1 of 11
Node.js Tech Stack
Node.js Tech Stack
Jun 28, 2026 · Backend Development

Vercel Adds WebSocket Support: Run Node.js Socket.IO Projects Directly

Vercel’s new public‑beta WebSocket support lets Vercel Functions handle native ws and Socket.IO connections, enabling real‑time chat, collaborative editing, and low‑frequency game interactions without moving backend code to a separate platform, while outlining scaling limits and best‑practice storage considerations.

Node.jsReal-timeServerless
0 likes · 8 min read
Vercel Adds WebSocket Support: Run Node.js Socket.IO Projects Directly
Programmer DD
Programmer DD
Jun 24, 2026 · Artificial Intelligence

Building a Content Creation Agent Team with Vercel Eve Subagents and Skills

This tutorial shows how to transform the previously built Vercel Eve agents into a full‑featured content creation team by defining reusable skills for topic planning, article writing, and review, and by splitting responsibilities into dedicated subagents for researcher, writer, and reviewer, with detailed code examples and workflow guidance.

AI AgentContent AutomationNode.js
0 likes · 17 min read
Building a Content Creation Agent Team with Vercel Eve Subagents and Skills
Java Tech Enthusiast
Java Tech Enthusiast
Jun 24, 2026 · Backend Development

Can Nub Turn Node.js into a Modern “Plus” Platform?

Nub is an all‑in‑one Node.js toolkit written in Rust that enhances the existing Node runtime with integrated TypeScript support, environment loading, watch, and package‑manager handling, offering significant developer‑toolchain speedups and tighter supply‑chain security without replacing Node itself.

CLIJavaScriptNode.js
0 likes · 15 min read
Can Nub Turn Node.js into a Modern “Plus” Platform?
Programmer DD
Programmer DD
Jun 22, 2026 · Artificial Intelligence

Getting Started with Vercel Eve: Build Your First Agent Using eve init

This step‑by‑step guide shows how to set up a Node.js environment, run eve init to create a Vercel Eve project, configure the agent and its always‑on instructions, set required environment variables, verify the project structure, and interact with the agent via the CLI chat interface.

AI AgentsCLINode.js
0 likes · 11 min read
Getting Started with Vercel Eve: Build Your First Agent Using eve init
IT Services Circle
IT Services Circle
Jun 21, 2026 · Information Security

npm v12 Disables Lifecycle Scripts, Ending a 15‑Year Front‑End Security Flaw

npm v12, releasing in July, will default disable the preinstall, install, postinstall and prepare lifecycle scripts, separating code download from execution to curb the long‑standing supply‑chain vulnerability that let third‑party packages run arbitrary code during npm install, impacting many JavaScript projects and prompting migration.

JavaScriptNode.jsinformation security
0 likes · 10 min read
npm v12 Disables Lifecycle Scripts, Ending a 15‑Year Front‑End Security Flaw
Java Architect Handbook
Java Architect Handbook
Jun 12, 2026 · Frontend Development

Is WebSocket Still the Best Choice for Real-Time Push? Compare with SSE and Polling

This article examines three server‑to‑client push methods—polling, WebSocket, and Server‑Sent Events (SSE)—detailing their mechanisms, browser compatibility, pros and cons, suitable scenarios, and provides step‑by‑step demos with Node.js/Express and plain HTML to help developers choose the most efficient solution for real‑time messaging.

ExpressNode.jsPolling
0 likes · 16 min read
Is WebSocket Still the Best Choice for Real-Time Push? Compare with SSE and Polling
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jun 9, 2026 · Backend Development

Can Bun Bring True Multi‑Threading to JavaScript?

The article examines Jarred Sumner's push for genuine multi‑threading in JavaScript, explains why current worker_threads are essentially multi‑process with high memory and communication costs, outlines Bun's proposed shared‑thread model, discusses V8 design constraints, TC39's Shared Structs effort, and the potential impact on Node.js developers.

BunJavaScriptNode.js
0 likes · 9 min read
Can Bun Bring True Multi‑Threading to JavaScript?
CodePath
CodePath
Jun 8, 2026 · Artificial Intelligence

Run Your First Pi‑AI Agent in Under 10 Minutes

This tutorial walks you through preparing the environment, initializing a Node.js project, writing the first Pi‑AI agent code, using both simple and streaming calls, swapping providers with a single parameter change, and building a continuous‑conversation CLI—all in less than ten minutes.

LLMModel SwitchingNode.js
0 likes · 11 min read
Run Your First Pi‑AI Agent in Under 10 Minutes
Architect's Guide
Architect's Guide
Jun 6, 2026 · Fundamentals

Mastering TCP, HTTP, Sockets, and Socket Connection Pools

This article walks through the OSI model, explains TCP three‑way handshake and four‑way termination, contrasts TCP with UDP, discusses TIME_WAIT issues, describes long vs short socket connections, shows how to design a custom protocol and implements a reusable Socket connection pool in Node.js.

Connection PoolHTTPNode.js
0 likes · 14 min read
Mastering TCP, HTTP, Sockets, and Socket Connection Pools
CodePath
CodePath
Jun 6, 2026 · Artificial Intelligence

What Is PI‑Agent? Embracing a Minimalist Philosophy for Building AI Agents

The article introduces the overwhelming complexity of existing AI agent frameworks, presents PI‑Agent's subtraction philosophy and modular toolchain, outlines a twelve‑day hands‑on series with prerequisites, and aims to help readers build a focused AI agent without unnecessary bloat.

AI AgentAgent frameworkLLM
0 likes · 6 min read
What Is PI‑Agent? Embracing a Minimalist Philosophy for Building AI Agents
java1234
java1234
May 28, 2026 · Artificial Intelligence

Cut Claude Code Token Costs by 80% with OpenWolf

OpenWolf, an open-source middleware for Claude Code, can slash token consumption by up to 80% by using a project map, learning memory, token ledger, bug memory, and six lifecycle hooks, all without changing your existing Claude CLI workflow.

AI toolsCLIClaude Code
0 likes · 8 min read
Cut Claude Code Token Costs by 80% with OpenWolf
Ubuntu
Ubuntu
May 27, 2026 · Operations

How to Efficiently Develop Node.js, Go, and Rust in WSL with Minimal Setup

This guide shows how to set up a WSL environment that runs Node.js, Go, and Rust side‑by‑side by using fast version managers, lightweight package tools, shared directory layouts, VS Code extensions, and terminal workflows, all with concise configuration commands.

Development EnvironmentGoNode.js
0 likes · 13 min read
How to Efficiently Develop Node.js, Go, and Rust in WSL with Minimal Setup
Architect's Guide
Architect's Guide
May 25, 2026 · Frontend Development

Is WebSocket Still the Best Choice for Real‑Time Push? A Comparison with SSE and Polling

The article compares three server‑to‑client push techniques—polling, WebSocket, and Server‑Sent Events (SSE)—detailing their mechanisms, advantages, drawbacks, browser compatibility, and suitable use cases, and provides step‑by‑step Node/Express demos showing how to implement SSE in a simple web page.

ExpressJavaScriptNode.js
0 likes · 12 min read
Is WebSocket Still the Best Choice for Real‑Time Push? A Comparison with SSE and Polling
Ctrip Technology
Ctrip Technology
May 13, 2026 · Backend Development

Integrating and Using the Ctrip WenDao (WorkBuddy) Skill: A Complete Guide

This guide details the end‑to‑end process for developers to integrate the Ctrip WenDao (WorkBuddy) skill, covering environment prerequisites, API token acquisition, configuration methods, command‑line usage, response parsing, common scenarios, security considerations, and troubleshooting steps.

APICtripNode.js
0 likes · 10 min read
Integrating and Using the Ctrip WenDao (WorkBuddy) Skill: A Complete Guide
Architect's Guide
Architect's Guide
May 12, 2026 · Fundamentals

Mastering TCP, HTTP, Sockets, and Socket Connection Pools

This article walks developers through the OSI model, explains TCP's three‑way handshake and four‑way termination, contrasts TCP with UDP, addresses common networking questions, and details how to implement long‑lived socket connections and a reusable socket connection pool in Node.js.

Connection PoolNetwork ProtocolsNode.js
0 likes · 15 min read
Mastering TCP, HTTP, Sockets, and Socket Connection Pools
Node.js Tech Stack
Node.js Tech Stack
May 11, 2026 · Industry Insights

Is Bun Switching Its Core from Zig to Rust? What It Means for Node.js

A tweet about Bun's massive 28,000‑line experiment to translate its Zig codebase to Rust sparked intense community debate, prompting the founder to clarify it’s a curiosity‑driven test, while Node.js contributors weigh the feasibility and implications of a similar Rust rewrite.

AI code translationBunNode.js
0 likes · 8 min read
Is Bun Switching Its Core from Zig to Rust? What It Means for Node.js
21CTO
21CTO
May 8, 2026 · Backend Development

Node.js 26.1.0 Released with Temporal API Enabled by Default

Node.js 26.1.0 brings the long‑awaited Temporal API enabled by default, upgrades V8 to 14.6 with new TC39 proposals, updates the built‑in Undici HTTP client to version 8, deprecates several legacy APIs, raises build‑tool requirements, and adds platform support for Power 9 and s390x.

Build toolchainDeprecationsNode.js
0 likes · 8 min read
Node.js 26.1.0 Released with Temporal API Enabled by Default
Shuge Unlimited
Shuge Unlimited
May 7, 2026 · Backend Development

Master AI‑Driven TDD in 6 Steps with OpenSpec + Superpowers

This article walks through a three‑iteration, AI‑assisted TDD workflow that combines OpenSpec for spec management and Superpowers for disciplined implementation, detailing a six‑step process, concrete code snippets, performance metrics, known limitations, and practical tips for backend developers.

AI programmingNode.jsOpenSpec
0 likes · 29 min read
Master AI‑Driven TDD in 6 Steps with OpenSpec + Superpowers
Node.js Tech Stack
Node.js Tech Stack
May 7, 2026 · Backend Development

Node.js 26.0.0: Temporal API Enabled, V8 14.6 Upgrades, End of Old Versioning

Node.js 26.0.0, released on May 5, activates the Temporal API by default, upgrades V8 to 14.6 with new Map upsert and Iterator.concat proposals, moves Undici to version 8, deprecates several legacy APIs, and marks the final release under the old version‑numbering scheme before shifting to yearly, calendar‑aligned releases.

DeprecationsNode.jsTemporal API
0 likes · 11 min read
Node.js 26.0.0: Temporal API Enabled, V8 14.6 Upgrades, End of Old Versioning
Shuge Unlimited
Shuge Unlimited
May 5, 2026 · Artificial Intelligence

Embedding Superpowers TDD with OpenSpec Schema: 3 Injection Points & 4 Layers (Half Effective)

This guide shows how to create a custom OpenSpec schema that injects TDD discipline into an AI‑driven coding workflow using three injection points and a four‑layer overlay, demonstrates that the propose phase works as intended while the apply phase only partially enforces TDD, and provides step‑by‑step setup, code examples, comparisons, troubleshooting and best‑practice recommendations.

AI codingClaude CodeNode.js
0 likes · 25 min read
Embedding Superpowers TDD with OpenSpec Schema: 3 Injection Points & 4 Layers (Half Effective)
Node.js Tech Stack
Node.js Tech Stack
May 4, 2026 · Backend Development

Bun’s New Image API: A Zero‑Dependency Alternative to Sharp for Node.js

Bun introduces a built-in, zero-dependency image processing library called Bun.Image that supports JPEG, PNG, WebP, and limited HEIC/AVIF formats, offering chainable resizing, filtering, S3 integration, clipboard handling, and placeholder generation, while sparking community debate over runtime bloat versus Sharp’s richer feature set and deployment challenges.

AVIFBunHEIC
0 likes · 10 min read
Bun’s New Image API: A Zero‑Dependency Alternative to Sharp for Node.js
Node.js Tech Stack
Node.js Tech Stack
Apr 29, 2026 · Artificial Intelligence

How to Embed Cursor’s Composer Agent in Any Node.js Project with the New @cursor/sdk

Cursor has released a TypeScript‑native @cursor/sdk npm package that lets developers import the Composer Agent directly into Node.js projects, offering a unified local and cloud runtime, detailed configuration via MCP, Skills and Hooks, and four starter projects for quick integration and AI‑driven automation.

AI AgentsCursor SDKMCP
0 likes · 15 min read
How to Embed Cursor’s Composer Agent in Any Node.js Project with the New @cursor/sdk
James' Growth Diary
James' Growth Diary
Apr 26, 2026 · Backend Development

Fast Path and Parallel Prefetch: The Secret to Sub‑Second CLI Startup

The article dissects Claude Code's sub‑second startup by explaining how a beta header enables Fast Mode, how parallel prefetch of MDM configuration and macOS Keychain is orchestrated with Promise.all in a preAction hook, and how multi‑layer gating and a cooldown mechanism ensure safe, recoverable performance gains.

CLICooldownFast Mode
0 likes · 16 min read
Fast Path and Parallel Prefetch: The Secret to Sub‑Second CLI Startup
Shuge Unlimited
Shuge Unlimited
Apr 26, 2026 · Artificial Intelligence

OpenSpec Hands‑On: 3 Commands, 4 Artifacts, 4‑Step Closed Loop for Incremental Feature Development

This tutorial walks through adding a priority field to an existing todo‑API using OpenSpec’s incremental workflow—proposing the change with /opsx:propose, reviewing the generated Delta Specs, applying the code with /opsx:apply, and archiving the change with /opsx:archive—while illustrating ADDED and MODIFIED specifications, code updates, testing, and best‑practice tips.

AI programmingCLIDelta specs
0 likes · 23 min read
OpenSpec Hands‑On: 3 Commands, 4 Artifacts, 4‑Step Closed Loop for Incremental Feature Development
ByteDance Web Infra
ByteDance Web Infra
Apr 23, 2026 · Frontend Development

Rsbuild 2.0 Released with New Features and Upcoming TanStack Start Support

Rsbuild 2.0 launches with Rspack 2.0 underpinnings, offering React Server Components, enhanced dev‑server communication, custom logging, lighter default dependencies, safer localhost defaults, modern ESM output, updated browser targets, and a migration path for existing projects, while announcing future integration with TanStack Start.

Frontend BuildNode.jsReact Server Components
0 likes · 21 min read
Rsbuild 2.0 Released with New Features and Upcoming TanStack Start Support

How AI + Enterprise WeChat Cut Procurement Monitoring from Days to Hours

This article details a step‑by‑step solution that uses Dify AI workflows, Alibaba Cloud MCP data, and an Enterprise WeChat bot to automatically collect, filter, and deliver government procurement bids, reducing manual search time from days to a few hours while improving data quality and reporting efficiency.

AI AutomationDifyEnterprise WeChat
0 likes · 8 min read
How AI + Enterprise WeChat Cut Procurement Monitoring from Days to Hours
Geek Labs
Geek Labs
Apr 16, 2026 · Artificial Intelligence

Master Hermes Agent with the Ultimate Ecosystem Navigation Map

Hermes Atlas is a community‑maintained navigation site that aggregates 84 vetted Hermes Agent repositories across 12 categories, offers real‑time star statistics and an RAG chatbot, and provides simple deployment instructions, helping developers quickly find reliable tools in the fast‑growing AI Agent ecosystem.

AI AgentEcosystem NavigationHermes Agent
0 likes · 6 min read
Master Hermes Agent with the Ultimate Ecosystem Navigation Map
Old Meng AI Explorer
Old Meng AI Explorer
Apr 13, 2026 · Artificial Intelligence

Unlock AI-Powered Coding with OpenAI Codex CLI: Full Installation and Usage Guide

Codex CLI, OpenAI’s command‑line programming assistant, lets developers generate, explain, debug, and refactor code directly from the terminal; this guide walks through prerequisite Node.js setup, multi‑platform installation methods, authentication options, core commands, advanced parameters, configuration files, MCP integration, practical use‑cases, and troubleshooting tips.

AI programmingAutomationCLI tool
0 likes · 17 min read
Unlock AI-Powered Coding with OpenAI Codex CLI: Full Installation and Usage Guide
Node.js Tech Stack
Node.js Tech Stack
Apr 13, 2026 · Backend Development

Shopify AI Toolkit Lets Claude Code Directly Manage Your Store via Admin API

Shopify’s new AI Toolkit, now open‑source under an MIT license, integrates the platform’s Admin and Storefront APIs with AI coding agents such as Claude Code, granting them read and write access through a set of 16 modular skills, while outlining installation options, security risks, and practical developer use cases.

AI ToolkitAdmin APIClaude Code
0 likes · 10 min read
Shopify AI Toolkit Lets Claude Code Directly Manage Your Store via Admin API
Node.js Tech Stack
Node.js Tech Stack
Apr 11, 2026 · Cloud Native

Control Node.js Heap Size with ENV in Kubernetes – New --max-heap-size in 25.9.0

Node.js 25.9.0 adds support for the --max‑heap‑size flag in the NODE_OPTIONS whitelist, allowing containers on Kubernetes to set heap limits via environment variables, reducing OOM kills, while also introducing experimental stream/iter API, test‑module mock changes, new Web Crypto algorithms, and other enhancements.

Heap MemoryNode.jsStream API
0 likes · 8 min read
Control Node.js Heap Size with ENV in Kubernetes – New --max-heap-size in 25.9.0
Infra Learning Club
Infra Learning Club
Apr 8, 2026 · Artificial Intelligence

Can a Whip Speed Up Claude Code? Exploring BadClaude and GoodClaude Tools

The article introduces two GitHub projects—badclaude, which uses a simulated whip, and goodclaude, which uses a magical wand—to interact with Anthropic's Claude Code by sending keyboard shortcuts and random phrases, and provides step‑by‑step installation and usage instructions for both Electron‑based tools.

AI ToolingClaude CodeElectron
0 likes · 4 min read
Can a Whip Speed Up Claude Code? Exploring BadClaude and GoodClaude Tools
James' Growth Diary
James' Growth Diary
Apr 6, 2026 · Artificial Intelligence

10 Practical LangChain Performance Hacks to Speed Up and Cut Costs

This article presents ten concrete techniques—including in‑memory and Redis caching, semantic caching, parallel execution, batch processing, prompt compression, model routing, streaming output, and connection‑pool reuse—to dramatically reduce latency and token costs in production LangChain applications.

CachingLangChainNode.js
0 likes · 14 min read
10 Practical LangChain Performance Hacks to Speed Up and Cut Costs
Frontend AI Walk
Frontend AI Walk
Mar 31, 2026 · Artificial Intelligence

How to Build an AI‑Agent Friendly npm Package: From Concept to Full Implementation

This guide walks developers through the shift from traditional deterministic npm libraries to AI‑agent compatible components, covering conceptual changes, three‑layer architecture, schema design, context awareness, error handling, observability, and step‑by‑step implementation with real code examples and integration adapters for LangChain and LlamaIndex.

AI AgentsNode.jsObservability
0 likes · 19 min read
How to Build an AI‑Agent Friendly npm Package: From Concept to Full Implementation
java1234
java1234
Mar 31, 2026 · Backend Development

Why Polling Is Outdated: Lightweight Real‑Time Push with SSE

The article compares polling, WebSocket, and Server‑Sent Events (SSE), explains why polling is inefficient, outlines the advantages and browser compatibility of SSE versus WebSocket, and provides step‑by‑step Node.js and HTML demos for implementing a real‑time push solution.

EventSourceExpressNode.js
0 likes · 12 min read
Why Polling Is Outdated: Lightweight Real‑Time Push with SSE
Node.js Tech Stack
Node.js Tech Stack
Mar 30, 2026 · Artificial Intelligence

OpenAI Embeds Codex as a Plugin Inside Anthropic’s Claude Code

OpenAI has released a Codex plugin for Claude Code that adds a suite of /codex commands for code review, adversarial review, rescue, status, result, and setup, with a three‑step installation, lightweight integration, and strategic reasons behind the move.

AI coding assistantClaude CodeCodex
0 likes · 6 min read
OpenAI Embeds Codex as a Plugin Inside Anthropic’s Claude Code
AI Explorer
AI Explorer
Mar 30, 2026 · Industry Insights

AI Tech Daily March 30 2026: PaddleOCR tops GitHub, New Large Models, and Security Advances

The March 30, 2026 AI Tech Daily highlights PaddleOCR surpassing Tesseract with 73.3K stars, GigaWorld's GigaBrain models leading global rankings, Eli Lilly's 2.75 billion‑RMB AI drug‑discovery investment, Doubao joining top‑tier LLMs, Stanford's InfoTok video tokenization breakthrough, Claude's rapid vulnerability exploit, a new Claude model beating Opus 4.6, Node.js core members petitioning to ban AI‑assisted coding, Kimi K2.5 reaching $1 billion monthly revenue, a startup's tiny model delivering 15× inference speed, and Claude's 15 KB engine boosting rendering speed 1,200×.

AI drug discoveryClaudeGigaBrain
0 likes · 6 min read
AI Tech Daily March 30 2026: PaddleOCR tops GitHub, New Large Models, and Security Advances
Shuge Unlimited
Shuge Unlimited
Mar 30, 2026 · Backend Development

Avoid AI Coding Rework with OpenSpec: 3‑Step Workflow for New and Legacy Projects

The article demonstrates how OpenSpec, a spec‑driven development framework, eliminates AI‑generated code rework by aligning requirements before coding, using a three‑command workflow (propose → apply → archive) across three scenarios—starting a new project, adding features to an existing codebase, and fixing bugs.

AI coding assistantsDelta SpecNode.js
0 likes · 25 min read
Avoid AI Coding Rework with OpenSpec: 3‑Step Workflow for New and Legacy Projects
AI Insight Log
AI Insight Log
Mar 26, 2026 · Industry Insights

Why 80+ Node.js Core Developers Are Petitioning to Ban AI-Generated Code

A petition signed by over 80 prominent Node.js contributors urges a ban on AI‑generated code in the core, highlighting concerns about review overload, legal gray areas, trust erosion, economic barriers, and the broader impact on open‑source collaboration.

AI-generated codeCommunity TrustNode.js
0 likes · 9 min read
Why 80+ Node.js Core Developers Are Petitioning to Ban AI-Generated Code
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 26, 2026 · Frontend Development

What Is CDP? Mastering the Frontend Debugging Toolchain

The article explains Chrome DevTools Protocol (CDP) as the JSON‑over‑WebSocket interface that lets external programs control Chrome, details its request/response and event model, shows a raw Node.js client, compares built‑in DevTools panels to CDP domains, and surveys the ecosystem of tools such as Puppeteer, Playwright, Cypress and Lighthouse that are built on top of CDP.

CDPChrome DevTools ProtocolNode.js
0 likes · 11 min read
What Is CDP? Mastering the Frontend Debugging Toolchain
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 23, 2026 · Artificial Intelligence

Can OpenClaw’s Broad Permissions Be Tamed? Introducing ClawReins – an Audited AI Agent Guard

The article explains how OpenClaw agents can pose severe security risks when granted root access and presents ClawReins, a watchdog layer that intercepts dangerous actions, requires human approval, logs decisions, runs pre‑execution scans, and integrates ToolShield to provide production‑grade AI safety.

AI securityClawReinsNode.js
0 likes · 17 min read
Can OpenClaw’s Broad Permissions Be Tamed? Introducing ClawReins – an Audited AI Agent Guard
Ubuntu
Ubuntu
Mar 23, 2026 · Artificial Intelligence

How to Equip Your AI with Real Skills Using OpenClaw in 2026

OpenClaw, a 120k‑star open‑source AI agent platform, lets you add practical abilities like PDF handling, PPT generation, and automated testing via the skills.sh marketplace; the article walks through installing the CLI, adding nine high‑use skills, real‑world use cases, pitfalls, and cost considerations.

AI AgentsAutomationNode.js
0 likes · 11 min read
How to Equip Your AI with Real Skills Using OpenClaw in 2026
AI Software Product Manager
AI Software Product Manager
Mar 20, 2026 · Operations

How to Install WSL2, Ubuntu, Node.js, and OpenClaw on Windows

This guide walks you through installing WSL2 on Windows, adding the Ubuntu distribution, updating packages, installing Node.js, enabling systemd, and deploying OpenClaw with its gateway configuration for LAN access, providing all necessary commands and options for a fully functional development environment.

Linux on WindowsNode.jsOpenClaw
0 likes · 3 min read
How to Install WSL2, Ubuntu, Node.js, and OpenClaw on Windows
Node.js Tech Stack
Node.js Tech Stack
Mar 17, 2026 · Backend Development

Node.js Gains Native Virtual File System – How Claude Code Made It Possible

Node.js introduces a built‑in virtual file system via the upcoming node:vfs module and the @platformatic/vfs package, addressing long‑standing limitations in module import and file sandboxing, with detailed usage examples, mounting modes, full fs API support, and discussion of why core integration is essential.

@platformatic/vfsAI code generationNode.js
0 likes · 14 min read
Node.js Gains Native Virtual File System – How Claude Code Made It Possible
Node.js Tech Stack
Node.js Tech Stack
Mar 16, 2026 · Backend Development

Node.js Overhauls Release Cadence: One Major Version per Year, All LTS

Node.js announced a major shift to a single annual major release, each becoming an LTS version, eliminating odd-numbered releases, aligning version numbers with calendar years, and introducing an Alpha channel for early testing, which reduces maintenance burden and clarifies upgrade paths for users and library authors.

Alpha ChannelBackend DevelopmentLTS
0 likes · 8 min read
Node.js Overhauls Release Cadence: One Major Version per Year, All LTS
Pan Zhi's Tech Notes
Pan Zhi's Tech Notes
Mar 15, 2026 · Artificial Intelligence

How to Integrate OpenClaw with Enterprise WeChat Bot for Automatic Message Broadcasting

This guide walks through installing OpenClaw, selecting a cloud model, configuring an Enterprise WeChat robot, and using OpenClaw’s plugins to automatically broadcast identical messages to multiple groups, while highlighting practical tips, observed performance, and cost considerations of the AI‑driven workflow.

AI assistantAutomationEnterprise WeChat
0 likes · 9 min read
How to Integrate OpenClaw with Enterprise WeChat Bot for Automatic Message Broadcasting
ShiZhen AI
ShiZhen AI
Mar 9, 2026 · Operations

Beginner’s Complete OpenClaw Installation Guide: Get Started in 10 Minutes

This step‑by‑step tutorial shows beginners how to verify Node.js, install OpenClaw on macOS, Linux or Windows with a single command, run the initialization wizard, configure AI models and hooks, and start chatting via a web dashboard or terminal UI, all within ten minutes.

AI assistantCLIHooks
0 likes · 12 min read
Beginner’s Complete OpenClaw Installation Guide: Get Started in 10 Minutes
Model Perspective
Model Perspective
Mar 8, 2026 · Artificial Intelligence

Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu

This guide walks you through preparing the environment, installing OpenClaw, configuring its onboarding, creating a Feishu custom app, setting up event subscriptions and permissions, and finally pairing the AI agent so it can respond to Feishu messages.

AI AgentFeishuNode.js
0 likes · 15 min read
Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 5, 2026 · Artificial Intelligence

Build a Natural‑Language Easysearch Assistant with LLM‑Powered Tool Use (No DSL Required)

This article shows how to create an Easysearch intelligent assistant that lets users manage indexes, write data, search and aggregate documents using Chinese natural language, by combining the DeepSeek large‑language model with OpenAI‑compatible function calling (Tool Use) and a lightweight Node.js executor.

DeepSeekEasysearchLLM
0 likes · 12 min read
Build a Natural‑Language Easysearch Assistant with LLM‑Powered Tool Use (No DSL Required)
Su San Talks Tech
Su San Talks Tech
Feb 28, 2026 · Artificial Intelligence

How to Install and Configure OpenClaw: A Self‑Hosted AI Assistant Gateway

This guide walks you through the overview, system requirements, step‑by‑step installation, custom model configuration, verification methods, core file locations, environment variables, hot‑reload options, common commands, and troubleshooting for OpenClaw, a self‑hosted AI assistant gateway.

AI GatewayCLIConfiguration
0 likes · 10 min read
How to Install and Configure OpenClaw: A Self‑Hosted AI Assistant Gateway
Node.js Tech Stack
Node.js Tech Stack
Feb 24, 2026 · Backend Development

Can NestJS v12’s Full ESM Switch, Vitest Adoption, and Zod Integration Upgrade Old Projects Smoothly?

The article examines NestJS v12’s upcoming major changes—including a full migration to ESM, replacing Jest with Vitest, and native Zod schema support—explains the technical reasons behind them, outlines migration timelines, and evaluates how both new and existing projects can adopt the updates with minimal disruption.

ESMNestJSNode.js
0 likes · 10 min read
Can NestJS v12’s Full ESM Switch, Vitest Adoption, and Zod Integration Upgrade Old Projects Smoothly?
Code Mala Tang
Code Mala Tang
Feb 21, 2026 · Backend Development

10 Common Pitfalls When Streaming JSON in Node.js and Safer Patterns

This guide enumerates ten frequent traps encountered when streaming JSON in Node.js—such as assuming one chunk per object, UTF‑8 split issues, missing newline delimiters, back‑pressure overload, and handling of large numbers—and presents reliable patterns like using NDJSON framing, StringDecoder, pipeline, and proper error handling to avoid data loss and memory spikes.

NDJSONNode.jsStreaming
0 likes · 13 min read
10 Common Pitfalls When Streaming JSON in Node.js and Safer Patterns
TonyBai
TonyBai
Feb 21, 2026 · Backend Development

Why a Veteran Engineer Abandoned Rust for Speed in 2026

The article analyzes a senior developer's decision to rewrite a multi‑year Rust web application in Node.js, detailing five concrete factors—template handling, i18n support, dynamic data processing, compile‑time overhead, and ecosystem maturity—that slowed delivery speed despite Rust's safety advantages.

Delivery SpeedNode.jsSafety
0 likes · 12 min read
Why a Veteran Engineer Abandoned Rust for Speed in 2026
Code Mala Tang
Code Mala Tang
Feb 17, 2026 · Backend Development

How to Build a High‑Throughput HTTP Server with Node.js

This article explains what high‑throughput means for an HTTP server, why Node.js’s event‑driven, non‑blocking architecture makes it ideal, and provides step‑by‑step code examples—including a basic server, blocking vs. async I/O, clustering, keep‑alive, JSON optimization, and streaming—to help developers design scalable, low‑latency services.

HTTPNode.jshigh-throughput
0 likes · 8 min read
How to Build a High‑Throughput HTTP Server with Node.js
Top Architect
Top Architect
Feb 14, 2026 · Backend Development

When to Use SSE vs WebSocket vs Polling: A Practical Node.js Guide

This article explains the three common server‑to‑client push techniques—polling, WebSocket and Server‑Sent Events (SSE)—detailing their principles, advantages, drawbacks, browser compatibility, key APIs, and provides a complete Node.js/Express demo with front‑end code to help developers choose the right solution for real‑time data scenarios.

Backend DevelopmentExpressNode.js
0 likes · 16 min read
When to Use SSE vs WebSocket vs Polling: A Practical Node.js Guide
Architect's Guide
Architect's Guide
Feb 14, 2026 · Backend Development

Master TCP/UDP, Socket Long Connections, and Build a Node.js Socket Pool

This tutorial walks through the OSI model, explains TCP three‑way handshake and four‑way termination, compares TCP and UDP, addresses common TCP tuning questions, describes long versus short socket connections with heartbeats, and shows how to design a custom protocol and implement a reusable Socket connection pool in Node.js.

Connection PoolNetwork ProtocolsNode.js
0 likes · 15 min read
Master TCP/UDP, Socket Long Connections, and Build a Node.js Socket Pool
Coder Trainee
Coder Trainee
Feb 12, 2026 · Frontend Development

Comprehensive Guide to Building Docsify Documentation Sites

This tutorial walks through installing Docsify, initializing a project, configuring index.html, coverpage, navbar and sidebar files, and serving the documentation site locally, providing step‑by‑step commands, code snippets, and screenshots for a complete Docsify setup.

DocsifyMarkdownNode.js
0 likes · 5 min read
Comprehensive Guide to Building Docsify Documentation Sites
Node.js Tech Stack
Node.js Tech Stack
Feb 10, 2026 · Frontend Development

How a 250KB Open‑Source Library Brings Node.js Into the Browser

The article examines almostnode, a 250KB open‑source library that enables a near‑complete Node.js environment to run entirely in the browser, compares it with StackBlitz WebContainers, and discusses how AI tools like Claude helped build its lightweight runtime.

AI codingClaudeNode.js
0 likes · 7 min read
How a 250KB Open‑Source Library Brings Node.js Into the Browser
SpringMeng
SpringMeng
Feb 6, 2026 · Backend Development

Step‑by‑Step Guide to Deploy Clawbot with Video Tutorial

This free tutorial walks you through installing Clawbot on Windows, macOS or Linux, adding the Feishu plugin, configuring Feishu app credentials, and using Clawbot to generate documents, while highlighting security risks and providing a GitHub reference.

Bot DeploymentClawbotFeishu
0 likes · 5 min read
Step‑by‑Step Guide to Deploy Clawbot with Video Tutorial
Ops Development Stories
Ops Development Stories
Feb 5, 2026 · Artificial Intelligence

Deploy Your Own Open-Source AI Assistant with OpenClaw on Any Device

This step‑by‑step guide shows how to set up the open‑source OpenClaw AI assistant on personal computers, cloud servers, NAS or Raspberry Pi, covering hardware requirements, system dependencies, installation scripts, platform integration, advanced skill configuration, and ongoing maintenance.

Node.jsOpenClawself‑hosted
0 likes · 11 min read
Deploy Your Own Open-Source AI Assistant with OpenClaw on Any Device
Shuge Unlimited
Shuge Unlimited
Jan 27, 2026 · Artificial Intelligence

Clawdbot 2026: Why This Open‑Source AI Agent Gateway Is Gaining Massive Attention

Clawdbot, an open‑source AI Agent gateway with 54.6k GitHub stars, offers persistent three‑month memory, 50+ built‑in tools, and multi‑model channel management; built on TypeScript/Node.js, it delivers strong automation but incurs notable API costs and a learning curve, making it ideal for long‑term AI‑driven projects yet less suited for casual users.

AI AgentClawdbotMulti-Channel
0 likes · 13 min read
Clawdbot 2026: Why This Open‑Source AI Agent Gateway Is Gaining Massive Attention
JD Tech Talk
JD Tech Talk
Jan 26, 2026 · Backend Development

Building a Multi‑Protocol MCP Server in TypeScript: Full Guide and Code

This article introduces a TypeScript MCP‑Server framework that simultaneously supports stdio, streamableHttp, and SSE protocols, explains its design motivations, outlines its modular architecture, provides setup and deployment instructions, and showcases key source code and usage examples.

MCPNode.jsSSE
0 likes · 9 min read
Building a Multi‑Protocol MCP Server in TypeScript: Full Guide and Code
Node.js Tech Stack
Node.js Tech Stack
Jan 23, 2026 · Backend Development

Bun’s New --cpu-prof-md Flag Generates AI‑Friendly Markdown Profiling, Prompting a Node.js Response

Bun introduces the --cpu-prof-md flag that outputs CPU profiling data as structured Markdown for large language models, earning praise from Vue creator Evan You and inspiring Node.js core contributor Matteo Collina to release a pprof‑to‑md converter, highlighting a shift toward AI‑oriented CLI tools.

AI debuggingBunCLI Tools
0 likes · 7 min read
Bun’s New --cpu-prof-md Flag Generates AI‑Friendly Markdown Profiling, Prompting a Node.js Response
21CTO
21CTO
Jan 22, 2026 · Frontend Development

Electron 40.0.0 Unveiled: Core Stack Overhaul, New Features & Migration Guide

Electron 40.0.0, released on January 13, 2026, brings a comprehensive core stack upgrade—including Chromium 144, Node.js 24.11.1, and V8 14.4—adds new features like WebSocket authentication and HDR rendering, outlines breaking API changes, and provides a step‑by‑step migration guide for developers.

ChromiumElectronNode.js
0 likes · 6 min read
Electron 40.0.0 Unveiled: Core Stack Overhaul, New Features & Migration Guide
Node.js Tech Stack
Node.js Tech Stack
Jan 22, 2026 · Information Security

How a Malicious JSON Crashes Node.js Servers via Async Hooks and the New Fix

The recent Node.js security release patches eight vulnerabilities, most notably a stack‑overflow bug triggered by deep recursive promises when async_hooks is enabled, which allows a crafted JSON payload to terminate the process, and the fix modifies TryCatchScope to re‑throw stack‑overflow errors instead of exiting.

CVE-2025-59466Next.jsNode.js
0 likes · 13 min read
How a Malicious JSON Crashes Node.js Servers via Async Hooks and the New Fix
Data STUDIO
Data STUDIO
Jan 13, 2026 · Backend Development

Node.js vs Python: The Ultimate 2026 Backend Technology Selection Guide

This article compares Node.js and Python for backend development in 2026, examining their architectures, performance benchmarks, ecosystem strengths, and suitable use-cases, and provides a decision framework to help developers choose the most appropriate technology based on project requirements, team skills, and scalability needs.

Backend DevelopmentNode.jsPerformance Benchmark
0 likes · 20 min read
Node.js vs Python: The Ultimate 2026 Backend Technology Selection Guide
JD Tech Talk
JD Tech Talk
Jan 12, 2026 · Frontend Development

Master Playwright: Fast Front‑End Automation Testing with Code Samples

This guide explains why Playwright has become essential for front‑end automation testing, walks through installing Node.js and Playwright, shows how to configure a project, provides runnable demo code, and illustrates common API calls such as GET and POST requests with detailed examples.

APIFrontend TestingNode.js
0 likes · 5 min read
Master Playwright: Fast Front‑End Automation Testing with Code Samples