codebreach / angular-socketio-chat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:JavaScript 99.8%Language:CSS 0.2%