Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 575 Bytes

File metadata and controls

35 lines (22 loc) · 575 Bytes

Go Chat App

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.

Features

  • Real-time chat using WebSockets (Gorilla WebSocket in Go)
  • Next.js frontend --not done yet
  • Simple, clean architecture

Getting Started

Backend

cd server
go run cmd/main.go

Frontend --not done yet

cd client
npm install
npm run dev

Usage

Open http://localhost:3000 in your browser and start sending messages in real-time.

License

MIT