FastChat is a multi room realtime chatting application in built in MERN Stack.
- Node.js & Express.js as Backend
- React.js as Frontend
- Socket.io for realtime chat communication
- Mongodb for database
npm i
npm run dev
in the .env file create a variable name `DSN` and add your mongodb connection String there
npm i
npm run dev
change the socket url from src/socket.js
file
This application built for testing and skill development purpose. Not tested for production
MIT Free Software, Hell Yeah!