An open API service indexing awesome lists of open source software.

https://github.com/fly-apps/open-pickle-jar

Demo app showing for delegating tasks on Fly.io machines.
https://github.com/fly-apps/open-pickle-jar

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://fly.io/blog/delegate-tasks-to-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](/public/open-pickle-jar-sketch.jpg)

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, run the development server:

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

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.