/chat-go

A real time chat app built with go and next js

Primary LanguageTypeScriptMIT LicenseMIT

Real Time Chat Application With Next + Go

Description

This is a real time chat application built with Next.js and Go. It uses Socket.IO for real time communication and Tailwind CSS for styling.

Architecture

Architecture

Chat Application

Installation

Run the following commands to install the dependencies and start the application:

go mod download
go run main.go

Usage

Open http://localhost:3000 with your browser to see the result.

License

MIT