/bashing-zappa

Using zappa, node, express, socket.io to create the backend for a multiplayer game. This repository is for purely self educational purposes for the time being.

Primary LanguageCoffeeScript

install

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

curl http://npmjs.org/install.sh | sudo sh

sudo apt-get install redis-server

npm install

#run

npm start