-
Create a folder
chat-app-backend
mkdir chat-app-backend cd chat-app-backend
-
Initialize
package.json
npm init -y
-
Install npm packages
npm install --save cors nodemon express socket.io
-
Add node script in
package.json
"scripts": { "start": "nodemon index.js" }
-
Run it on local (http://localhost:5000)
npm i && npm start
-
Notifications
You must be signed in to change notification settings - Fork 0
michellechens/chat-app-backend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Live chat application backend built with Node.js, Express.js, and socket-io
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published