Skip to content

rubayat-tithi/Instant-Messenger-using-socket.io-node-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant-Messenger-using-socket.io-node-js

This a very simple real time messenger system.

To use it on your system first install node js from the below link (if not installed)

https://nodejs.org/en/

choose the recommended version

After downloading it open a terminal in the root folder

then write

'npm init -y' then write

'npm install express'
after installing the express write,

'npm install nodemon -D'
we are going to use it in developer mode thats why '-D'

and finally

'npm run dev'

And congratulations! you have your own real time messenging app.

About

node js, express, nodemon, websocket, HTML5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published