Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 495 Bytes

File metadata and controls

32 lines (21 loc) · 495 Bytes

Synchronous vs Asynchronous Communication

Overview

This demo shows demo on synchronous and asynchronous communication patterns using node.js.

Getting Started

1. Clone the repository:

git clone <repository-url>

2. Navigate to the synchronous-vs-asynchronous folder:

cd communication-patterns/synchronous-vs-asynchronous

3. Install the dependencies:

yarn install

4. Run scripts:

yarn start:sync
yarn start:async