I wanted to show the community a new Meteor application I’ve built these last days: Pollinic. It’s a pretty simple website that allow anonymous poll creation and voting.
For demonstration (and testing) purposes, I’d like to start this poll with you: what’s your favorite rendering engine in Meteor? It’s in early stage, and there’s a lot of feature coming (like more than 3 answers per poll, nice result pie charts, private polls, social networks sharing, etc.)
Any comments, suggestions, remarks, criticisms will be highly appreciated!
I wouldn’t send the entire array of voters to the client. Every time a user votes this entire array will be send to the subscribers. This won’t scale well for very active polls.
Just a quick update to let you know that Pollinic has been updated several times to address all issues reported by user. You can now create private polls, enter more than 3 answers, see results on pie chart, search for previous polls, share your poll on 3 social networks,…