Skip to content

This Node.js Express application displays real-time information on a map, sourced from an AWS SNS topic. It's designed to showcase how real-time data can be integrated and visualized in a web application.

Notifications You must be signed in to change notification settings

Barralex/riders-real-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Tracking Web Application

This project is a real-time tracking web application that displays the location of various devices on a map. It uses Node.js and Express for the backend, and Leaflet for the front-end map visualization.

Features

  • Real-time updates of device locations on the map.
  • The backend server subscribes to updates and pushes them to connected clients using Server-Sent Events (SSE).
  • Frontend map visualization using Leaflet, centered on Pocitos, Uruguay.

Prerequisites

  • Node.js installed on your machine.
  • An AWS account and the AWS SDK configured for access.

Installation

  1. Clone the repository to your local machine.

  2. Navigate to the project directory and install the dependencies:

    npm install

About

This Node.js Express application displays real-time information on a map, sourced from an AWS SNS topic. It's designed to showcase how real-time data can be integrated and visualized in a web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published