Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 613 Bytes

Demo-nodejs.md

File metadata and controls

21 lines (13 loc) · 613 Bytes

AZ-204 Demo: Send and receive messages from a Service Bus queue

In the demo you will use Azure Relay to send messages between server and client

Before delivery:

  • Open folder Nodejs\client from VS Code

  • Update hardcoded connection string in .env

  • Open folder Nodejs\server from VS Code

  • Update hardcoded connection string in .env

In class:

  1. Open folder Nodejs\server from VS Code

  2. Run the following command to send message node .\index.js

  3. Open folder Nodejs\client from VS Code

  4. Run the following command to send message node .\index.js

Sub