Hacker News new | ask | show | jobs
by topicseed 1887 days ago
The usual asynchronous stuff like fetching data from two APIs to then prepare the HTML response to the user. Today, it's sequential, which is fine for DB calls to localhost, but less fine with API calls.