Skip to content

Realtime-Chat with JavaScript: Instant web messaging using technologies like WebSockets for seamless, responsive communication between users and the server.

Notifications You must be signed in to change notification settings

TDMWalpala/Realtime-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Server Setup

npm init
npm install express axios cors
npm install --save-dev nodemon
# Add: "scripts": { "start": "nodemon index.js" },
echo node_modules/ > .gitignore
touch index.js
# Add the code
npm run start

About

Realtime-Chat with JavaScript: Instant web messaging using technologies like WebSockets for seamless, responsive communication between users and the server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published