chees / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:CoffeeScript 99.7%Language:JavaScript 0.3%