Skip to content

Latest commit

 

History

History
2 lines (1 loc) · 954 Bytes

README.md

File metadata and controls

2 lines (1 loc) · 954 Bytes

Chat App Socket server

Configuration


  • Setup Enviornment by running following commands in terminal
  • 1) 'git clone '[email protected]:mohantechnology/chat-app-socket.git' to clone repository
    2) 'npm install' to install dependencies
    3) 'npm start' to run the server

    configure Chat app

  • Configure your env variables in .env file
  • API_URL : Database Api domain name
    JWT_SECRET_KEY : Any string value

Overview


    This server is build for chat app to handles all task for real time communication. It maintain state of each users.