Skip to content

How to Wait or Pause in Node.js

View on Twitter

💡 Looking for a native implementation of sleep/delay in Node.js? Well, here you go!

*Available from Node.js 15 and up

Native delay/sleep implementation by importing setTimeout from "timers/promises" core API and running with: await setTimeout(1000)
You might also like
List Globally Installed NPM Libraries Read tip
Full REST API Without Any Coding Read tip
Tell Heroku How to Start Your App With Procfile Read tip