This project is an experiment for voting over websockets.
- Websockets are handled by websocketd
- Vote storage is handled by redis
- Server is written in Nim
- Client UI built using React
nim c -d:release vote.nim
websocketd --port=8080 ./vote
open client/index.html