Table of contents
Open Table of contents
React Go Chat
Real-time chat application with user authentication, built using React.js,
Go and WebSocket protocol.
Source code is available on GitHub. You can check the live version here!
🚀 Running Locally
Server
- Navigate to the
backend
folder - Install dependencies:
go mod download
- Start the server:
go run main.go
Client
- Navigate to the
frontend
folder - Install dependencies
npm install
- Start the server:
npm run dev
⚙️ Features
- User registration
- Real-time messaging between users
- Messages include autor username
👀 Screenshots