Skip to content

wireboy5/node.js-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node.js-chat

About

This is a simple chat program useing node.js and socket.io.

How to run:

To run:

cd /directory/into/source/code/folder/
npm install
node app.js

Dependencies to be installed before use:

  • Node.js
  • Npm