Asynchronous origin requests with an ordered response

Process multiple requests in any order and still generates the same output every time. This example uses an external API to retrieve the names of 10 Star Wars characters, the logs show how the requests run in a different order every time while the output never changes (provided no request fails).

Compute

Use this solution in your Compute service:

  1. Go
  2. JavaScript
  3. Rust