A real-time location tracking web application using WebSockets.
- Real-time location sharing using Socket.io
- Interactive map with Leaflet.js
- Supports multiple users with individual tracking
- Auto-updates location with Geolocation API
- Responsive and lightweight
- Frontend: HTML, CSS, JavaScript, Leaflet.js
- Backend: Node.js, Express.js, Socket.io
- Map Provider: OpenStreetMap
- Open the webpage in your browser.
- Grant location permission when prompted.
- Your location will be shared and displayed on the map.
- You can see other users' locations as they join.
- When a user disconnects, their marker is removed from the map.