Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 945 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 945 Bytes

Real-Time Tracker App

Welcome to the Real-Time Location Tracker App! This application tracks real-time locations using the browser and provides updates for multiple users. It is built using JavaScript, EJS, Express, and Socket.IO.

Tech Stack

  • Frontend: JavaScript, EJS, CSS, Leaflet
  • Backend: Express, Http, Node.JS
  • Real-Time Communication: Socket.IO

Features

  • Real-Time Location Tracking:
    • Track users' locations in real-time via their browsers.
  • Multi-User Support:
    • Support for tracking multiple users' locations simultaneously.
  • Real-Time Updates:
    • Real-time location updates using Socket.IO for seamless communication.

Getting Started

Prerequisites

  • Node.js installed on your machine.

Installation

  1. Clone the repository to your local machine.

  2. Navigate to the project directory.

  3. Install the required dependencies:

    npm install
     npm start