Skip to content

ankur-bag/Realtime-Device-Track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Device Track (Practice Project)

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.

Features

  • 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.

Quick start

  1. Install dependencies:
npm install

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors