WebSockets for Vercel Functions: How We Built It
1–3 of 3 posts
Re: WebSockets for Vercel Functions: How We Built It
#2I was wondering how this worked. Very cool usecase for pubsub!
Re: WebSockets for Vercel Functions: How We Built It
#3It's really interesting to see this essentially providing a stateful wrapper around scalable serverless compute. Restate does something similar, where the restate service "farms out" work to e.g. Lambda. As a whole the system implements a durable, stateful process - but it can leverage these stateless compute systems to do so.