Skip to content

Commit

Permalink
Add Discord link; Why use Pare section
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Aug 20, 2024
1 parent 68f5330 commit 3f55af6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Pare is the easiest way to deploy Python Lambdas alongside your primary web application.

[Discord](https://discord.gg/Kz2TnszerR)


## Why use Pare?

Pare is built to allow web developers to independently scale parts of a web application.
More specifically, Pare is useful if you have functions which are:

- compute intensive
- blocking
- relatively isolated
- parallel

Some examples are **document parsing**, **data aggregation**, **webhook handling** and **image processing**.

## Quickstart

Expand Down Expand Up @@ -66,3 +80,6 @@ To delete a deployed function, use `pare delete`:
```shell
> pare delete quickstart --git-hash 8a4096b
```


## Advanced

0 comments on commit 3f55af6

Please sign in to comment.