https://github.com/danish357/device_tracker
Device_Tracker is a dynamic web application that allows users to track device locations in real-time. Built with Node.js, Express, and Socket.IO, this project leverages the power of WebSockets for real-time communication.
https://github.com/danish357/device_tracker
expressjs geolocation leaflet nodejs socket-io
Last synced: 3 months ago
JSON representation
Device_Tracker is a dynamic web application that allows users to track device locations in real-time. Built with Node.js, Express, and Socket.IO, this project leverages the power of WebSockets for real-time communication.
- Host: GitHub
- URL: https://github.com/danish357/device_tracker
- Owner: Danish357
- Created: 2024-10-24T14:17:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T04:00:40.000Z (over 1 year ago)
- Last Synced: 2025-04-06T20:19:40.153Z (about 1 year ago)
- Topics: expressjs, geolocation, leaflet, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Device Tracker
A real-time device tracking application built with Node.js, Express, Socket.IO, and Leaflet.
This application allows users to track their devices' locations on a map in real-time using geolocation.

# Features
* Real-time location tracking using WebSocket.
* Interactive map interface using Leaflet.
* Custom markers for user locations.
* Responsive design with smooth user experience.
# Technologies Used
* Node.js: JavaScript runtime for building the server.
* Express: Web framework for Node.js.
* Socket.IO: Enables real-time bidirectional communication between clients and server.
* Leaflet: Open-source JavaScript library for interactive maps.
* HTML/CSS: For the frontend structure and styling.
## Prerequisites:-
* Node.js installed on your machine.
* npm (Node package manager).