Skip to content

pokemans/node-votesystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-votesystem

based on node-boilerplate found at https://github.com/robrighter/node-boilerplate get node from http://nodejs.org/

key files:

server.js - main server file. currently tracks globalCount of the vote and displays it in console

static/js/script.js js controlling index.jade up vote is 1, downvote is -1 sends data back to server via socket.io

views/index.jade compiles to index.html id is controlled with script.js

todo: -add globalCount display to the cient view -maybe create a database to track more than one voting variable, to vote things against other things.
that'd require an interface that loaded an object (to judge) and the vote buttons.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors