Skip to content

Cab Allocation System (Currently -- Real-Time-Location Tracking of users)

Notifications You must be signed in to change notification settings

VANSHAJB10/Cab-Allocation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cab-Allocation-System

Phase 1: Real-Time Location Tracking using Socket.io

This Project uses OpenStreet Map for displaying the Current Location of user on the world map.

All the International Borders are displayed by OpenStreetMap.
The developer of this project has no intention to represent wrong borders of any State/Country.

Install required packages:

npm i express ejs
npm i socket.io

To run the server

npx nodemon app.js

The server will run on localhost:PORT (PORT to be defined | 3000 by default in code)

Features:

  • Real Time Location of all active users is displayed using Markers on the Map
  • Location is served with HighAccuracy and No Cached Data is served
  • Location is updated every 5 seconds.
  • Map view centered with respect to user's latest coordinates
  • Broadcasting User Locations of all active users to all the connections

About

Cab Allocation System (Currently -- Real-Time-Location Tracking of users)

Topics

Resources

Stars

Watchers

Forks