Skip to content

Socket.io based Chat Application with persistence Chat saving in Mongodb.

Notifications You must be signed in to change notification settings

ranjankuldeep/WebSocket_Chat-App

Repository files navigation

To start the project in your local machine, follow these steps.

Adding Credentials in .env file.

MONGO_URI = "PASTE YOUR MONGODB URI"
PORT = "SPECIFY PORT(default 8080) WHERE YOU WANT TO START"

Running the server.

  1. Install the packages.
npm install
  1. Start server in dev mode
npm run dev
  1. For production mode, start with below command
npm start

About

Socket.io based Chat Application with persistence Chat saving in Mongodb.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published