Gabriel is a chat server built upon socket.io and express.js.
git clone git@github.com:gofullstack/gabriel.gitcd gabrielnpm installnpm start
You may run the test suite with npm test.
Gabriel is documented using docco
if you add additional documentation you should regenerate the docs by running docco src/*.js.
You may read through the docs here.