Skip to content

thedatamonk/unread-message-indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Unread message count indicator

Similar to how the WhatsApp icon shows a count of unique unread chat windows above its icon, we have to implement an efficient logic to render that number.

The 2 approaches

  1. On the fly computation

    As soon as a new message, arrives we have to update the unread message count for the given user.

  2. Lazy computation

    As the name implies, we can "lazily" compute the unread message count for the given user.

Upcoming...

  1. Load testing framework using artillery.

About

Simple implementation of an unread message indicator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages