Skip to content

MSandeep96/GeoLocationBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Almost Real Time Location Tracking

The app lets random user's share their location. It also lets user's track online status.

The online status tracking is done on the front end. It uses polling and an O(n) algorithm to track user's online status.

Built on top of Node.js and React. The app doesn't use Socket.io.

Check it out here.

Frontend based on React -> here Backend based on Express -> here