Home > client-server-jade

client-server-jade

Client-server-jade is a project mainly written in JavaScript, it's free.

An example node.js application sharing jade template rendering on the server and client

Client Server Jade

An example node.js application sharing jade template rendering on the server and client. The overarching requirement is to write application logic once, with minimal fuss.

Requires node & npm 1.0+

Install and run:

git clone [email protected]:kulor/client-server-jade.git
cd client-server-jade
npm install .
node app.js

Play with it:

http://localhost:4040/
Previous:NSMemcached