Skip to content

EraldCaka/chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room

This project implements a real-time chat application using websockets, allowing users to engage in conversations in real-time. It is built using Golang and follows a clean architecture design.

Installation

To install the required libraries, please use the following command:

go mod tidy

To connect the application with your postgres database create a .env file with DB_CONN_STR as a parameter with your postgres url

Getting Started

To start the project, run the following command:

make run

About

This project implements a real-time chat application using websockets, allowing users to engage in conversations in real-time. It is built using Go programming language and follows a clean architecture design.

Example

Here is a preview of the chat room interface, showcasing real-time communication between two users:

image

image

Releases

No releases published

Packages

No packages published