Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created August 28, 2019 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsh-code/84d09f0d92256a99848c1674859f1a5c to your computer and use it in GitHub Desktop.
Save tsh-code/84d09f0d92256a99848c1674859f1a5c to your computer and use it in GitHub Desktop.
app.get('/timeConsumingEndpoint', (req, res) => {
doSomeHeavyComputing()
res.sendStatus(200)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment