Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kshiti-24/realtime-location-tracker
This project is a web application designed for real-time location tracking and monitoring.
https://github.com/kshiti-24/realtime-location-tracker
expressjs javascript leafletjs map nodejs openstreetmap real-time socket-io
Last synced: 4 days ago
JSON representation
This project is a web application designed for real-time location tracking and monitoring.
- Host: GitHub
- URL: https://github.com/kshiti-24/realtime-location-tracker
- Owner: Kshiti-24
- Created: 2024-07-15T14:42:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:51:43.000Z (6 months ago)
- Last Synced: 2024-11-20T01:18:02.396Z (2 months ago)
- Topics: expressjs, javascript, leafletjs, map, nodejs, openstreetmap, real-time, socket-io
- Language: JavaScript
- Homepage: https://realtime-location-trackernp.onrender.com
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-Time Location Tracking
![2024-07-15](https://github.com/user-attachments/assets/51021220-d6c5-44fd-a08c-36061af891fe)
## Overview
Welcome to the **Real-Time Location Tracking** project! This web application is designed for real-time location tracking and monitoring. It utilizes WebSocket technology to provide real-time updates, displaying the location of tracked entities on a map. All connected users can view everyone's location on the map in real-time.
## Features
- **Real-time Location Updates**: Uses WebSocket technology for instant location updates.
- **Interactive Map**: Displays locations on an interactive map using OpenStreetMap and Leaflet.js.
- **Multi-user Support**: Multiple connected users can view locations simultaneously.## Technologies Used
- **JavaScript**: The programming language used for both client-side and server-side logic.
- **Node.js**: JavaScript runtime built on Chrome's V8 JavaScript engine.
- **Express.js**: A fast, unopinionated, minimalist web framework for Node.js.
- **Socket.IO**: Enables real-time, bidirectional communication between the server and clients.
- **OpenStreetMap**: Provides the map data.
- **Leaflet.js**: An open-source JavaScript library for mobile-friendly interactive maps.## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/realtime-location-tracker.git
```
2. Navigate to the project directory:
```bash
cd realtime_location_tracker
```
3. Install the dependencies:
```bash
npm install
```## Usage
1. Start the server:
```bash
node app.js
```
2. Open your web browser and go to `http://localhost:3000` to view the application.## Demo
You can view a live demo of the project [here](https://realtime-location-trackernp.onrender.com/). *(Please note that it may take a few seconds for the server to wake up.)*