Home > node_chat_express

node_chat_express

Node_chat_express is a project mainly written in JavaScript, based on the MIT license.

A simple port of ry/node_chat to use the Express framework and Jade templating language

This app is a simple port of Ryan Dhal's node_chat application to use the Express framework and Jade templating language. Assuming everything was done correctly it should work just like the original application.

To install it you need the express framework and jade templating language: npm install express npm install jade

To run it: node server.js

Previous:first_app