Start your All-Access Pass to unlock this challenge
Challenge 1 / 1
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?
Skip challenges and go to theNext Chapter