Pollinic, create and share your online polls!

Hi all,

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!

Fabian

1 Like

Good evening community,

I’ve updated Pollinic with some new features:

  • added a reactive pie chart on the poll results page
  • added facebook, twitter, and google plus share button
  • added private polls (not listed on popular and recent pages)

Again, any comments, suggestions, remarks, criticisms will be highly appreciated!

Fabian

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.

You are totally right on this. Thanks!

It’s fixed now. Thanks again for noticing it.

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,…

Enjoy,
Fabian