Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 399 Bytes

Voting

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