From d538433e3fb9524cb7d6dc2dfd16ab07913731e7 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 20 Jan 2017 23:48:53 +0000 Subject: [PATCH] Update TestDrive.md --- TestDrive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TestDrive.md b/TestDrive.md index 453a963b..0f792f12 100644 --- a/TestDrive.md +++ b/TestDrive.md @@ -1,3 +1,7 @@ +### faas - Functions As A Service + +FaaS is a platform for building serverless functions on Docker Swarm Mode with first class metrics. Any UNIX process can be packaged as a function in FaaS enabling you to consume a range of web events without repetitive boiler-plate coding. + #### This is a Quickstart guide for the [FaaS functions as a Service](https://github.com/alexellis/faas/) project The guide makes use of a free testing/cloud service, but if you want to try it on your own laptop just follow the guide in the README file on Github. There is also a [blog post](http://blog.alexellis.io/functions-as-a-service/) that goes into the background of the project.