Suhel-Kap / chat-go

A real time chat app built with go and next js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A real time chat app built with go and next js

License:MIT License


Languages

Language:TypeScript 55.5%Language:Go 31.9%Language:JavaScript 7.0%Language:CSS 5.6%