Components
← All components

Live Counter

stimeo--live-counter

A counter that moves in every open tab at once. The number itself belongs to the server.

  • Core

Keeps a number such as likes or views moving in every open tab at once. The screen of whoever pressed it goes up immediately, and the server's own count arrives shortly after to settle it. Because the server owns the number, however many tabs are open they end on the same one. The server can report either the settled count or just the amount it went up by, and an increase you caused yourself is never added twice. The number on screen is the real count, so a Turbo page swap needs no reconciliation. How much one press adds is up to you. Formatting the number and storing it are not its job.

running

Open this page in a second tab and press Like in either one: both tabs land on the same number. The side you pressed goes up straight away, and the server's count settles it.

This tab is 45c5643f. The counter uses it to tell your own presses apart from the other tab's.

0 likes

Keyboard

This component has no keyboard interactions of its own.