Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pheuter/brunch-socket-soup

Brunch.io skeleton featuring socket.io
https://github.com/pheuter/brunch-socket-soup

Last synced: 3 months ago
JSON representation

Brunch.io skeleton featuring socket.io

Awesome Lists containing this project

README

        

# Brunch with Socket Soup

... for the server's soul

## Ingredients

* [Bootstrap](http://twitter.github.com/bootstrap/index.html)
* [Stylus](http://learnboost.github.com/stylus/)
* [Coffeescript](http://coffeescript.org/)
* [Handlebars](http://handlebarsjs.com/)
* [Mocha](http://visionmedia.github.com/mocha/)
* [Backbone](http://backbonejs.com)
* [Express](http://expressjs.com/)
* [Socket.io](http://socket.io/ )

## Getting started

Make sure to have [Brunch.io](http://brunch.io) installed.

Prepare the bowl:

brunch new -s github://pheuter/brunch-socket-soup

Throw in the ingredients:

npm install

Serve and take sips:

coffee server.coffee && brunch watch