Next.js Discord

Discord Forum

Listener Script in NextJS App

Unanswered
Yellow-throated Vireo posted this in #help-forum
Open in Discord
Yellow-throated VireoOP
Hey All! Would it be possible to set up a script that runs in the background of a nextjs server/app

This question is similar to this one: https://stackoverflow.com/questions/74401721/event-listener-script-in-next-js

2 Replies

European sprat
the answer is on the stackoverflow you linked
yeah, its not possible to run a background service in a serverless architecture. an alternative solution would be to use cronjobs that calls a API Route with a specific interval so it simulates a background service