Skip to content

Live chat application backend built with Node.js, Express.js, and socket-io

Notifications You must be signed in to change notification settings

michellechens/chat-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app-backend

chat-app

Getting Started

  1. Create a folder chat-app-backend

    mkdir chat-app-backend
    cd chat-app-backend
  2. Initialize package.json

    npm init -y
  3. Install npm packages

    npm install --save cors nodemon express socket.io
  4. Add node script in package.json

    "scripts": {
        "start": "nodemon index.js"
    }
  5. Run it on local (http://localhost:5000)

    npm i && npm start

About

Live chat application backend built with Node.js, Express.js, and socket-io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published