https://github.com/gaurav1129/real-time-tracking
A backend project to create a server for real time device tracking which provides a real time location of anywhere in the world.
https://github.com/gaurav1129/real-time-tracking
ejs-templates expressjs leaflet nodemon-express socket-io
Last synced: 2 months ago
JSON representation
A backend project to create a server for real time device tracking which provides a real time location of anywhere in the world.
- Host: GitHub
- URL: https://github.com/gaurav1129/real-time-tracking
- Owner: Gaurav1129
- Created: 2025-03-02T13:04:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T13:26:26.000Z (over 1 year ago)
- Last Synced: 2025-03-02T14:20:21.466Z (over 1 year ago)
- Topics: ejs-templates, expressjs, leaflet, nodemon-express, socket-io
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌍 real-time-tracking
A real-time location tracking backend project using **Socket.IO**, **EJS**, and **Leaflet**. This server provides real-time location updates for anywhere in the world and can also track users' real-time locations. 📍
## 🚀 Features
- Real-time location tracking with **Socket.IO**.
- Interactive maps using **Leaflet**.
- Dynamic views with **EJS** templating.
- Track any location or user in real-time. 🛰️
- Smooth and efficient server-client communication. 🔄
## 🛠️ Technologies Used
- **Node.js**: Backend runtime environment.
- **Express**: Web framework for Node.js.
- **Socket.IO**: Real-time bidirectional event-based communication.
- **EJS**: Templating engine for rendering HTML.
- **Leaflet**: JavaScript library for interactive maps.