A simple Chat Web Application using MERN Stack and Socket.IO for websocket almost-realtime communication.
Please before runing the server change .env file puting the acurrate server data and database data as in the example file. Make sure to put the correct adress of where the client will be runing.
$ cd ./Backend
$ npm install
$ npm run start
Also here be careful to put the address where the server will be running.
$ cd ./Frontend
$ npm install
$ npm start
Desktop Browser View
Mobile/Tablet Browser View

