From bdac3b17d3366d538fd629aaaefdc06c6a2fe4e9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 9 Aug 2021 09:40:17 -0400 Subject: Update que.run front page --- Biz/Que/Index.md | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) (limited to 'Biz/Que') 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 + +See the scripts + ## 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 - -See the scripts ## Docs -- cgit v1.2.3