Start your All-Access Pass to unlock this challenge
Our project has a little widget that shows the number of active users:
<body>
<div id="active-users-count">{{ activeUsersTotal }} active</div>
<!-- other code -->
</body>
How can we create a Turbo Stream that will update the number of active users?