top | item 45644047

WebSockets for Vercel Functions: How We Built It

6 points| NathanFlurry | 4 months ago |rivet.dev

2 comments

order

crabmusket|4 months ago

It'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.

https://docs.restate.dev/foundations/key-concepts

skeptrune|4 months ago

I was wondering how this worked. Very cool usecase for pubsub!