A simple chat application built with a Go backend and a Next.js frontend. This was created as a learning project to understand WebSockets and Gorilla in Go.
- Real-time chat using WebSockets (Gorilla WebSocket in Go)
- Next.js frontend --not done yet
- Simple, clean architecture
cd server
go run cmd/main.gocd client
npm install
npm run devOpen http://localhost:3000 in your browser and start sending messages in real-time.
MIT