This demo shows demo on synchronous and asynchronous communication patterns using node.js.
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