Skip to content

jhowilbur/go-websockets-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang WebSocket Chat App

This is a simple chat application written in Golang using WebSockets. It allows multiple users to chat with each other in real-time.

Features

  • Real-time messaging using WebSockets
  • Clean and simple user interface
  • Support for multiple users

Chat Web

Alt text

Code Log

Alt text


Getting Started

To run the server:

go run main.go

To package the server:

go build ./cmd/web/*.go

Using docker

docker build --tag go-chat:1 .
docker run -p 5000:5000 go-chat:1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published