Shameless plug: I recently needed a super simple, clean and fast way to create a poll. Since I didn't find anything to fulfill my requirements, I built my own - http://tally.tl/ And that's the poll question I wanted to ask: http://tally.tl/GQDy3
Show HN: Poll – Voting done simply in real time
31–40 of 43 posts
Re: Show HN: Poll – Voting done simply in real time
#32I like it, I made a similar one when playing with the javascript frameworks. However, outside of play, is Angular really the right choice here? 14kloc, for a poll? Seems rather excessive to me.
Not a big deal though - this is a really nice app. I just like talking about different frameworks and tools.
Re: Show HN: Poll – Voting done simply in real time
#33Discussion: https://news.ycombinator.com/item?id=8413016 Poll: http://poll.lab.io/dcla2GhYRr0lDLV7icEDMw
Re: Show HN: Poll – Voting done simply in real time
#34Shameless plug: I recently needed a super simple, clean and fast way to create a poll. Since I didn't find anything to fulfill my requirements, I built my own - http://tally.tl/ And that's the poll question I wanted to ask: http://tally.tl/GQDy3
What about http://strawpoll.me/ ? Is there something that your site does differently than that one? Heres the same poll at strawpoll: http://strawpoll.me/2716564 so you can compare. This site is commonly used at twitch.tv so that the streamer can ask the viewers a question, all results update in real-time. I have seen thousands of people use it simultaneously with no problem.
Not to mention that you can submit multiple votes by opening the page in an incognito window in Chrome.
Re: Show HN: Poll – Voting done simply in real time
#35Shameless plug: I recently needed a super simple, clean and fast way to create a poll. Since I didn't find anything to fulfill my requirements, I built my own - http://tally.tl/ And that's the poll question I wanted to ask: http://tally.tl/GQDy3
What about http://strawpoll.me/ ? Is there something that your site does differently than that one? Heres the same poll at strawpoll: http://strawpoll.me/2716564 so you can compare. This site is commonly used at twitch.tv so that the streamer can ask the viewers a question, all results update in real-time. I have seen thousands of people use it simultaneously with no problem.
Re: Show HN: Poll – Voting done simply in real time
#36Re: Show HN: Poll – Voting done simply in real time
#37I like it, I made a similar one when playing with the javascript frameworks. However, outside of play, is Angular really the right choice here? 14kloc, for a poll? Seems rather excessive to me.
Thats a good point - looks like it's built on Rails too. Switch this to Node and React and it'll smoke. With Node it would also be super easy to use websockets and remove the need for Pusher too. Not a big deal though - this is a really nice app. I just like talking about different frameworks and tools.
Re: Show HN: Poll – Voting done simply in real time
#38Shameless plug: I recently needed a super simple, clean and fast way to create a poll. Since I didn't find anything to fulfill my requirements, I built my own - http://tally.tl/ And that's the poll question I wanted to ask: http://tally.tl/GQDy3
What about http://strawpoll.me/ ? Is there something that your site does differently than that one? Heres the same poll at strawpoll: http://strawpoll.me/2716564 so you can compare. This site is commonly used at twitch.tv so that the streamer can ask the viewers a question, all results update in real-time. I have seen thousands of people use it simultaneously with no problem.
Re: Show HN: Poll – Voting done simply in real time
#39Re: Show HN: Poll – Voting done simply in real time
#40Seems the Pusher quota has been exceeded for the frameworks demo. Error : {"type":"WebSocketError","error":{"type":"PusherError","data":{"code":4004,"message":"Account over quota"}}}
Sylvain from Pusher here. I just up the app quota for the time being since it currently using our free plan. The app should work fine now.