Can NodeJS setTimeout delay excecution of function for a week? (assuming the server doesnt go down...)
In some other servers like ASP.NET CORE, the server will sleep when not in use, hence we can't use such.
Does the same happen in the NodeJS world, or the server remains on forever?