Skip to content

bfirsh/funker-example-voting-app

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published