summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
Diffstat (limited to 'Biz')
-rw-r--r--Biz/Que/Index.md34
1 files changed, 23 insertions, 11 deletions
diff --git a/Biz/Que/Index.md b/Biz/Que/Index.md
index 5436509..c239a54 100644
--- a/Biz/Que/Index.md
+++ b/Biz/Que/Index.md
@@ -10,7 +10,17 @@ que.run is the concurrent, async runtime in the cloud
- async programming as easy as running two terminal commands
HTTP routes on `que.run` are Golang-like channels with a namespace and a
-path. For example: `http://que.run/pub/path/subpath`.
+path. For example: `http://que.run/pub/path`. Each que is multi-consumer,
+multi-producer. The UI is, by design, so simple and minimal that it can be
+quickly tacked on to any project or programming language.
+
+In the small, que.run can connect home automation programs, sit between APIs
+as a Zapier or IFTTT replacement, or just monitor actions remotely.
+
+In enterprise, we can add message persistence, replay, and advanced queries:
+spin up a new que consumer, and replay every message seen in the past. Duplicate
+a database, or train an ML algorithm on a data stream. All from a simple
+send or receive on a que.
## Quickstart
@@ -25,6 +35,18 @@ Download it to somewhere on your `$PATH` and make it executable:
The client requires Python 3.6 or higher.
+## Quescripts
+
+Quescripts are simple yet powerful programs that leverage que.run. We are
+collecting a repository of scripts that make awesome use of que:
+
+- remote desktop notifications
+- two-way communication with your phone
+- ephemeral, serverless chat rooms
+- collaborative jukebox
+
+<a id="quescripts-btn" href="/_/quescripts">See the scripts</a>
+
## Powerup
que.run is free for limited use, but the real power of an asynchronous,
@@ -55,16 +77,6 @@ features.
Email `ben@bsima.me` if you want to sign up for the Pro or Enterprise packages.
-## Quescripts
-
-We are collecting a repository of scripts that make awesome use of que:
-
-- remote desktop notifications
-- two-way communication with your phone
-- ephemeral, serverless chat rooms
-- collaborative jukebox
-
-<a id="quescripts-btn" href="/_/quescripts">See the scripts</a>
## Docs