diff options
Diffstat (limited to 'Run/Que/index.md')
-rw-r--r-- | Run/Que/index.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Run/Que/index.md b/Run/Que/index.md index ca5c7ef..c61dc5c 100644 --- a/Run/Que/index.md +++ b/Run/Que/index.md @@ -9,7 +9,7 @@ que is the concurrent, async runtime in the cloud plumbing - async programming as easy as running two terminal commands -HTTP routes on que.run are Golang-like channels with a namespace and a +HTTP routes on `que.run` are Golang-like channels with a namespace and a path. For example: `https://que.run/example/path/subpath`. ## Quickstart @@ -34,4 +34,11 @@ We are collecting a repository of scripts that make awesome use of que: - ephemeral, serverless chat rooms - collaborative jukebox -<a id="quescripts-btn" href="/_/quescripts">See the examples</a> +<a id="quescripts-btn" href="/_/quescripts">See the scripts</a> + +<!-- +## Docs + +- [tutorial](/_/tutorial) +- [api docs](/_/apidocs) +--> |