Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robertherber/nodeboiler


https://github.com/robertherber/nodeboiler

Last synced: 4 days ago
JSON representation

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