Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.29 KB

Sample UI tracker application - Backend

This is the part of sample UI tracker service, based on Websocket communication

While launching demo apps please be aware of Heroku Free tier Dyno sleeping so it can be possibly be several seconds delay at initial load

Service consists of three parts

Public application

Small JS application which simulates user activity on some e-commerce page. User opens it, starts to scroll. After some delay application tracks activity related to every product image and send it to backend server

Dashboard application

Shows current active sessions and images that users are seeing right now

Backend application

Service that responsible for processing Websocket connection and build current active sessions map

  • Repository location - (this one)
  • Demo app - all settings are made in demo public/dashboard apps