Skip to content

A simple chat application using socket.io and express

Notifications You must be signed in to change notification settings

rvsp/chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

A simple chat application using expressjs and socket.io

expressjs Installation

$ npm install express --save

socket.io Installation

$ npm install socket.io --save

Nodemon installation [optional]

$ npm install nodemon --save-dev

or

Simply npm install this will automatically install all the required dependencies.

To view demo

if nodemon is installed use this command to run

$ nodemon index
or
$ node index

About

A simple chat application using socket.io and express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published