This is a open source implementation of the strawpoll.me site. DEMO
- Server built with Node, Express, Mongo and Socket.io
- Client built with Yo Angular and materializecss
#####Notes: if deploying to server make sure to add rewrites for html5Mode or change url within app to add hash
NGINX server { server_name my-app; root /path/to/app; location / { try_files $uri $uri/ /index.html; } }