Skip to content

This project is a scalable web application built using Next.js, enhanced with background job processing to handle long-running or resource-intensive tasks outside the request-response lifecycle.

License

Notifications You must be signed in to change notification settings

lyminhnghia/nextjs-with-background-jobs

Repository files navigation

Nextjs with background jobs

Getting Started

Run the development server:

npm run dev
# or
yarn dev

Getting Started With Worker

Run the development worker:

npm run dev:worker
# or
yarn dev:worker

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

About

This project is a scalable web application built using Next.js, enhanced with background job processing to handle long-running or resource-intensive tasks outside the request-response lifecycle.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published