A small practice project that streams device geolocation in real time to a map using Socket.IO and Leaflet. Intended as a learning exercise for realtime communication, browser geolocation, and basic map visualization.
- Sends the client's location to the server via Socket.IO.
- Displays connected clients on a Leaflet map and updates their markers live.
- Removes markers when a client disconnects.
- Install dependencies:
npm install