项目作者: evelynhathaway

项目描述 :
👩‍⚖️🗳 Live virtual voting and placard rasing for Model United Nations conferences
高级语言: JavaScript
项目地址: git://github.com/evelynhathaway/triton-poll.git
创建时间: 2019-03-27T03:30:15Z
项目社区:https://github.com/evelynhathaway/triton-poll

开源协议:MIT License

下载




Triton Poll logo

# Triton Poll

Live virtual voting and placard rasing for Model United Nations conferences

license: MIT

Description

Custom web app utilizing WebSockets to send messages between a React.js client and a Node.js server.

Screenshot

Screenshot

Pictured on the left is the audience view with their placard raised, and the right is the speaker view in the same committee.

Features

  • Audience (delegates) and speaker (chairs) views
  • Joining specific rooms by a unique code
  • Placard raising and lowering
  • Viewing and lowering/clearing placards as the speaker
  • ‘Yes/No/Abstain style’ voting
  • Voting calculations for the speaker
  • Attendance and voting audit for speaker
  • Clean up after leaving rooms

Installation

You can install Triton Poll by cloning the repository locally and then installing the dependencies.

  1. git clone https://github.com/evelynhathaway/triton-poll.git
  2. cd triton-poll
  3. npm install

Usage

After changing the branding to match your conference, you can deploy using forever on any Node.js server.

It currently runs without a database for persistence and clustering or an authentication system, but it could be relatively easily extended to support these.

  1. # Start the server in production mode using `forever`
  2. npm run start
  3. # Stop the running server
  4. npm run stop

License

Copyright Evelyn Hathaway, MIT License

Some code copyright Milos Kovacevic, MIT License (from presentation-poll)