fly-apps / open-pickle-jar

Demo app showing for delegating tasks on Fly.io machines.

Home Page:https://fly.io/blog/delegate-tasks-to-fly-machines/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Pickle Jar App: Delegating tasks on Fly Machines

There are many ways to delegate work in web applications, from using background workers to serverless architecture. This is a sample app demonstrating how one could delegate resource-intensive tasks to more powerful Fly Machines. You can find the accompanying blog post here: Delegating tasks on Fly Machines

Sketch of two cartoon characters, both with computer monitors as heads; the small guy is handing the larger guy a pickle jar to open

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

About

Demo app showing for delegating tasks on Fly.io machines.

https://fly.io/blog/delegate-tasks-to-fly-machines/


Languages

Language:TypeScript 83.0%Language:Dockerfile 9.2%Language:CSS 5.9%Language:JavaScript 1.9%