Skip to content

Real-time GPS tracking web app using Node.js, Express, and Socket.IO. Share and view user locations on a live map.

Notifications You must be signed in to change notification settings

KajalDeore04/Realtime-Device-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPS Location Tracker

This is a real-time GPS location tracking application built with Node.js, Express, and Socket.IO. It allows users to share their location and view the locations of other connected users in real-time.

Features

  • Real-time location sharing
  • Multiple user support
  • Automatic disconnection handling

Prerequisites

  • Node.js installed (version 12.x or higher recommended)
  • npm (Node Package Manager) installed

Installation

  1. Clone the repository:
    https://github.com/Kajal-Deore/Realtime-Device-Tracker
    
  2. Install the dependencies:
    npm install
    

Usage

  1. Start the server:

    node app.js
    
  2. Open your web browser and go to http://localhost:3000

  3. Allow the application to access your location when prompted

Technologies Used

  • Node.js
  • Express.js
  • Socket.IO
  • EJS (Embedded JavaScript templating)

📬 Questions?

Reach out via GitHub or Linkedin if you have any questions or issues. Happy coding! 🎉

About

Real-time GPS tracking web app using Node.js, Express, and Socket.IO. Share and view user locations on a live map.

Topics

Resources

Stars

Watchers

Forks