Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pheuter/brunch-socket-soup
- Owner: pheuter
- Created: 2012-07-09T18:13:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T05:50:44.000Z (about 7 years ago)
- Last Synced: 2024-04-14T02:10:07.495Z (9 months ago)
- Language: CoffeeScript
- Size: 647 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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