/angular-socketio-chat

A chat application written in AngularJS, Socket.IO, Node/Express and Bootstrap. Feel free to fork/experiment.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Pizzeria App

Stack

Build instructions

node app.js or DEBUG=sockets,queue,worker node app.js to see interesting logs

http://localhost:3000/ has the working client. /angular_dev has the live updating client. Unfortunately the upstream repo had some hackery around this :(

To build a new production ready binary:

cd angular-frontend
grunt --force
cd ..
node app.js

Changes from Upstream

  • Hand-written super simple in-memory 'store'
  • Use of fake-queue for in-memory queuing
  • /api/pizzas is the only JSON end point