Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertherber/nodeboiler
https://github.com/robertherber/nodeboiler
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertherber/nodeboiler
- Owner: robertherber
- Created: 2012-07-26T17:43:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-27T21:37:34.000Z (over 12 years ago)
- Last Synced: 2024-10-11T01:59:55.233Z (26 days ago)
- Language: JavaScript
- Size: 24.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NodeBoiler
==========
This is an early version of a Boilerplate I've set up for myself to quickly start new Node projects. Feel free to use it, but on your own risk as it's not thouroughly tested yet :)The goal of the project is to have an initial Boilerplate/Framework using these technologies:
* A Node.js server running Express
* A Node.js server running Socket.IO
* A front-end using Backbone as MVC base
* MongoDb with Mongoose for data access and client sync through Socket.IO to Backbone