DEV Community

Discussion on: Are you doing anything with "edge compute"?

Collapse
 
gvpmahesh profile image
vamsi pavan mahesh gunturu

when a request comes, our worker makes simultaneous requests to multiple servers, gathers all the info and serves the users. We found the response times are way better than going all the way to the server. And then there is a lesser need to worry about scaling. Debugging things are pretty hard though, it gives random errors in JS which are hard to replicate