This is a real-time messaging application built with React for the frontend and Go for the backend.
Installation
Step 1:
cd client
npm install
npm run dev
Step 2:
cd server
go run main.go
You will have to install air if you want live reloading support.
Now open 2 tabs in your browser and you're ready to go.