Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kajaldeore04/realtime-device-tracker

Real-time GPS tracking web app using Node.js, Express, and Socket.IO. Share and view user locations on a live map.
https://github.com/kajaldeore04/realtime-device-tracker

ejs express gps-tracking javascript location-sharing maps nodejs real-time socket-io websockets

Last synced: about 5 hours ago
JSON representation

Real-time GPS tracking web app using Node.js, Express, and Socket.IO. Share and view user locations on a live map.

Awesome Lists containing this project

README

        

# GPS Location Tracker

This is a real-time GPS location tracking application built with Node.js, Express, and Socket.IO. It allows users to share their location and view the locations of other connected users in real-time.

## Features

- Real-time location sharing
- Multiple user support
- Automatic disconnection handling

## Prerequisites

- Node.js installed (version 12.x or higher recommended)
- npm (Node Package Manager) installed

## Installation

1. Clone the repository:
```
https://github.com/Kajal-Deore/Realtime-Device-Tracker
```
2. Install the dependencies:
```
npm install
```


## Usage

1. Start the server:
```
node app.js
```

2. Open your web browser and go to `http://localhost:3000`

3. Allow the application to access your location when prompted

## Technologies Used

- Node.js
- Express.js
- Socket.IO
- EJS (Embedded JavaScript templating)

## 📬 Questions?

Reach out via [GitHub](https://github.com/Kajal-Deore) or [Linkedin](https://www.linkedin.com/in/kajal-deore) if you have any questions or issues. Happy coding! 🎉