Skip to content

Harshit-7373/Real-Time-Tracking-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Life Tracking App

A real-time tracking application that allows users to track their location and share it with others using Socket.io. This app leverages WebSockets to provide live, bi-directional communication between the client and the server, enabling real-time location updates for all connected users.

Features

  • Real-time location tracking using Socket.io.
  • Users can see the live location of others on a map.
  • Smooth updates every few seconds to provide continuous location tracking.
  • Easy-to-use interface to start and stop location tracking.
  • Ability to share location with others in real-time.

Installation :

  1. Clone the repository
  2. Install the dependencies.
  3. Run "npx nodemon app.js".