From 3f55af6fe949e593c2b08b043b71335c638eb36a Mon Sep 17 00:00:00 2001 From: Evan Doyle Date: Tue, 20 Aug 2024 09:58:00 -0700 Subject: [PATCH] Add Discord link; Why use Pare section --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 16dc24d..e497abf 100644 --- a/README.md +++ b/README.md @@ -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 @@ -66,3 +80,6 @@ To delete a deployed function, use `pare delete`: ```shell > pare delete quickstart --git-hash 8a4096b ``` + + +## Advanced \ No newline at end of file