Skip to content

shauryasingh0302/Realtime-Device-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Device Tracker

A real-time device tracking application built with Node.js, Express, Socket.IO, and Leaflet maps.

Features

  • Real-time location tracking
  • Interactive map visualization using Leaflet
  • WebSocket communication with Socket.IO

Tech Stack

  • Backend: Node.js, Express.js
  • Real-time Communication: Socket.IO
  • Frontend: EJS, Leaflet.js
  • Styling: CSS

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd realtime-device-tracker
  2. Install dependencies:

    npm install
  3. Start the server:

    node app.js
  4. Open your browser and navigate to:

    http://localhost:3000
    

Project Structure

├── app.js              # Main server file
├── package.json        # Project dependencies
├── public/
│   ├── css/
│   │   └── style.css   # Stylesheets
│   └── js/
│       └── script.js   # Client-side JavaScript
└── views/
    └── index.ejs       # Main view template

License

MIT

About

A real-time device location tracker built with Node.js, Express, Socket.IO, and Leaflet maps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors