Quick Poll is using WebSockets to immediately transmit and evaluate the entries of the poll.
Want to know more? You can read my blog article.
- git
- docker (and docker-compose)
$ git clone https://github.com/Tch1b0/quick-poll
$ cd ./quick-poll
$ docker-compose build && docker-compose up -d
The client webserver is now exposed on port 5030
,
and the API on port 5031