Home

Awesome

Serverless Docker Example Voting App

This is a serverless app built with Docker. Read more in the Serverless Docker repository.

Architecture

It consists of a simple entrypoint server that listens for HTTP requests. All of the other functionality of the app is run on-demand as Docker containers for each HTTP request:

Running

Run in this directory:

$ make

The app will be running at http://localhost/vote/ and http://localhost/result/