This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e7acd5  Update README.md
8e7acd5 is described below

commit 8e7acd5a11cc0c3b21fe449778471f58e4bad323
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Mon Jul 29 12:02:27 2019 +0200

    Update README.md
---
 serverless-microsling/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/serverless-microsling/README.md b/serverless-microsling/README.md
index 31727c4..795044c 100644
--- a/serverless-microsling/README.md
+++ b/serverless-microsling/README.md
@@ -3,8 +3,12 @@ Serverless Microsling
 
 This prototype, created for the [adaptTo() 2019 
conference](https://adapt.to/2019/en/schedule/sling-and-serverless-best-friends-forever.html),
 implements a minimal Sling-like request processing pipeline in a serverless 
environment.
 
+It reproduces (the basics of) the way Sling mechanism dynamically selects 
rendering pipeline components, using [annotations on OpenWisk 
Actions](./lib/openwhisk-renderer.js) to indicate what they can do, which 
resource types they process etc.
+
 Its name comes from the [historical microsling 
project](https://grep.codeconsult.ch/2007/10/12/microsling-yet-another-cool-web-applications-framework/)
 from 2007, which served as the basis of today's Sling architecture and naming.
 
+I don't have that much flight hours with JavaScript, please bear with me (or 
send patches) if you see ugly code in there.
+
 Status
 ----
 At [commit 
38794912](https://github.com/apache/sling-whiteboard/commit/387949128e32557aac796da4543346e73288f49c),
 dynamic selection of renderers

Reply via email to