bfirsh / funker-example-voting-app

An example app using Funker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Funker example app

This is an example app using Funker. It is very similar to Docker's example voting app, except instead of using a message queue and worker, it calls a Funker function to process votes in the background.

The Funker function being used is in process-vote/handler.js, and it is called from vote/app.py.

Getting started

Download Docker for Mac or Windows.

Run in this directory:

$ docker-compose up

The app will be running at http://localhost:5000, and the results will be at http://localhost:5001.

About

An example app using Funker

License:Apache License 2.0


Languages

Language:JavaScript 95.6%Language:CSS 2.0%Language:HTML 1.8%Language:Python 0.5%Language:Shell 0.2%