Implementing Live Visitor Count using Serverless WebSockets
Dec 5, 2022 · 8 min read · As a fun experiment, I wanted to add a live visitor count to my blog. I've seen this done in a few different ways, most commonly in a server-full way, but I wanted to try implementing it as a serverless function. Unlike other serverless solutions, Cl...
Join discussion