/simple-voter

A simple vote collecting site

Primary LanguageJavaScript

Simple Vote

Simple Vote is a real-time no-track vote-collecting application.

How it works

  1. Visit the site
  2. Enter the options to be voted on.
  3. Click Start.
  4. Share the site link with the voters.
  5. Each voter enters a unique name, their voting choice and clicks Vote.
  6. All users can see the results.
  7. Click Reset to clear results and start again.

Can't this be hacked or gamed?

Yes. Easily. This is only for informal voting amongst co-workers or friends. Do not use it for determining government policy.

Limits

The votes exist in-memory only as long the links stay open. Not meant for long deliberations.

Credit

Borrowed heavily from https://github.com/aws-samples/simple-websockets-chat-app/ and https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-getting-started-hello-world.html