Chat App Socket server
- Setup Enviornment by running following commands in terminal
- Configure your env variables in .env file
2) 'npm install' to install dependencies
3) 'npm start' to run the server
configure Chat app
JWT_SECRET_KEY : Any string value
This server is build for chat app to handles all task for real time communication. It maintain state of each users.