Create a Node.js REST API project

Simple snippet showing how web pages can be served using node.js.

Rapid Node.js App development with Azure Service Bus

Azure Service Bus is a message broker service provided by Microsoft. Service Bus consists of two core technologies; Queues where a single consumer can read a message and Topics where…