Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 546 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 546 Bytes

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