Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

The-Don-Himself/simple-mobility-app

Repository files navigation

simple-mobility-app

The repo is a very simple illustration of how to enhance a mobility application with a messaging queue specifically RabbitMQ.

Requirements?

  • NodeJS
  • Yarn | Optional
  • RabbitMQ
  • Socket.IO
  • Modern Browser preferably Chromium based (Chrome/Opera)

How to Use?

1.) Clone the repo. 2.) Install dependencies. 3.) Make Sure RabbitMQ is working 4.) Start Express Server and register RabbitMQ exchange and queues: node server.js 5.) Start separate consoles and start each RabbitMQ consumer:

  • node consumers/analytics.js
  • node consumers/map.js
  • node consumers/redis.js 6.) Open RabbitMQ browser management console http://localhost:1567 7.) Open browser http://localhost 8.) Monitor each consumer consoles

Image

Image

Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published