Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.
/ express-node-chat Public archive

A NodeJS chat application using the Express framework

Notifications You must be signed in to change notification settings

reu/express-node-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instalation

1 – Make sure you have node (http://nodejs.org/) and npm (https://github.com/isaacs/npm) installed in your system.
2 – Install the express framework: npm install express
3 – Install the jade templating system: npm install jade
4 – Clone the repo: git clone git://github.com/reu/express-node-chat.git
5 – cd express-node-chat
6 – node server.js

Now the a server started in localhost port 3000. Type in your browser http://localhost:3000, and voila!

About

A NodeJS chat application using the Express framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published