Popularity
1.7
Stable
Activity
0.0
Stable
57
5
10
Code Quality Rank:
L4
Programming language: JavaScript
License: MIT License
Tags:
Polls and Events
Latest version: v0.0.1
MaterialPoll alternatives and similar software solutions
Based on the "Polls and Events" category.
Alternatively, view MaterialPoll alternatives based on common mentions on social networks and blogs.
-
LimeSurvey
🔥 LimeSurvey – A powerful, open-source survey platform. A free alternative to SurveyMonkey, Typeform, Qualtrics, and Google Forms, making it simple to create online surveys and forms with unmatched flexibility. -
Alf.io
alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups -
JD Esurvey
DISCONTINUED. JD eSurvey is an open source enterprise survey web application written in Java and based on the Spring Framework. Check out the tutorial videos to find out more about the application features. -
Framadate
An online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision. -
Booked
A web-based calendar and resource scheduling system that allows administered management of reservations on any number of resources.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of MaterialPoll or a related project?
README
Material Poll
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;
}
}
Make sure to rename config.js.example to config.js with your mongodb connection string.
Create Poll
[Material Poll](img/material1.png?raw=true "Material Poll")
Vote on Poll
[Material Poll](img/material2.png?raw=true "Material Poll")
See Results
[Material Poll](img/material3.png?raw=true "Material Poll")