node-chat-demo

Created: 2011-07-13 20:05
Updated: 2017-06-02 20:58

readme.md

Node Chat Demo

This project is a simple 'hello world' introduction to using node.js and socket.io for making real-time applications, it is meant to be a stepping stone for understanding various concepts of node.js as well as a few common workflow patterns.

The server is leveraged on top of express.js, for simple server creation and setup.
The jade template engine is used to create dynamic HTML on the fly, and finally, socket.io is used as an abstraction layer on top of websockets to provide the real-time communications.

Installation

Brief aside on how to install the project, this will soon be put into a full installation guide, but until then, you know the drill.

The project can be installed by cloning this repo into your project.

git clone git://github.com/sorensen/node-chat-demo.git

Package dependancies (npm)

Cookies help us deliver our services. By using our services, you agree to our use of cookies Learn more