This project demonstrates how to securely connect cloud or remote apps to on-premises services using Azure Relay Hybrid Connections and Node.js.
It includes:
- A listener (
listener.js
) that simulates an on-prem service - A sender (
sender.js
) that connects to the service securely through Azure Relay
- Clone the repo
git clone https://github.com/YOUR_USERNAME/azure-relay-node.git
cd azure-relay-node
npm install