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.
npm i express ejs
npm i socket.io
npx nodemon app.js
The server will run on localhost:PORT (PORT to be defined | 3000 by default in code)
- 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