danielbergholz / techschool.dev

TechSchool is a collection of free programming courses from YouTube
https://techschool.dev
MIT License
272 stars 26 forks source link

Add count for current users online #83

Closed lcezermf closed 2 months ago

lcezermf commented 2 months ago

Why is this change being made?

Adds #79

How is this being accomplished?

It adds a counter based on the amount of users accessing the website. This was done using Presence from Phoenix to handle the whole behavior.

Every LV module on the mount will trigger the Presence and a component on the home page will render the proper value.

Screenshot from 2024-07-22 18-21-16

Testing

Take aways

lcezermf commented 2 months ago

@danielbergholz all accepted, running locally it keeps working fine.

danielbergholz commented 2 months ago

Impressive work @lcezermf! Thanks for spending the time to implement such a cool feature 🔥

lcezermf commented 2 months ago

Close #79