#DNDServer A fun little server written in python using WebSockets with ws4py and cherrypy which serves up a shared dashboard that players can use to keep track of ingame stats
###Security Note: Do not, under any circumstance, expose this server to the internet. It will not scale, it is not secure. It was designed that way to make the code easy to develop and understand, and because no one is going to play D&D with hundreds of people.
##Running You'll need ws4py and cherrypy as well as mako
The coffeescript compiler is needed to compile the javascript.
You'll need to modify client.coffee to have the right IP for the websocket connection to the server. Then just run main.py and you should be good to go!
##Compatability Python 2.7+ PyPy1.8+
Chrome works best by FAR. Firefox works, but not nearly as nicely as I'd like.