Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 840 Bytes

File metadata and controls

38 lines (28 loc) · 840 Bytes

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/