Skip to content
jaypee-cupa edited this page Jul 14, 2023 · 1 revision

Home

Welcome to the Demo SQS project using Node.js! This project leverages Amazon's Simple Queue Service (SQS) to send, store, and receive messages between components of a distributed application.

Getting Started

  1. Prerequisites
    Ensure you have Node.js and npm installed on your local development machine. Also, you need an AWS account to access AWS SQS service.

  2. Installation

  • Clone the repository
git clone https://github.com/username/demo-sqs-nodejs.git

Architecture

sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!
Loading
Clone this wiki locally