Azure Queue Node

JSON →
library 1.1.0 ·javascript maintenance
verified Jun 7, 2026

A simplified Azure Queue Storage client library for Node.js (v1.1.0) that supports creating, deleting, listing queues; putting, updating, getting, deleting messages; and retrieving approximate message counts. Lightweight alternative to the official Azure SDK with simple API but limited to Queue Storage operations only. Released 2017, no recent updates. Primarily uses callbacks, no promise support. Supports JSON or base64 message encoding. Requires configuration via environment variable or explicit client setup.