Skip to content

ai-to-ai/go-chat-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

chat-app server implementation

Overview

This is a simple chat app application that allows users to join room and communicate over web socket connection.

Features

  • Ability of a user to join different rooms and chat
  • Message persistence in which a user can retrieve previous messages even after disconnection

Guidelines

If you wish to run the application on your local server, you could run

  • go build -o chat-app The you will be able to run the binary
  • ./chat-app

Contributing

  • If you are interested in improving the application or fixing a bug. Kindly open an issue and fork the repository to make neccessary fix and make a pull request which i will review and merge

About

chat app in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 46.8%
  • HCL 17.9%
  • JavaScript 13.9%
  • CSS 11.4%
  • HTML 9.1%
  • Dockerfile 0.6%
  • Shell 0.3%