Skip to content

Utsav7428/go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors