Skip to content

Start using Knockout. Try Node. JSON on your database sounds great, say hello to NOSQL and goodbye to LAMP!

Notifications You must be signed in to change notification settings

nriesco/nodejs-knockout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Combining Knockout and Node, using Expressjs and MongoDB

Configuring your project:

Only needed if you start from scratch:

express --sessions --css less --ejs nodejs-knockout

Required:

cd nodejs-knockout
sudo npm install

You will also need mongoose to make data persistent and provide models' validation:

sudo npm install mongoose

You should then add your javascripts such as knockout, jquery, etc.

finally just start your server and point your browser to it...

node app.js

Visit http://localhost:3000


Some interesting links:

  1. Nodejs http://nodejs.org/
  2. Knockoutjs http://knockoutjs.com/
  3. Expressjs http://expressjs.com/

About

Start using Knockout. Try Node. JSON on your database sounds great, say hello to NOSQL and goodbye to LAMP!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published