repository
0.0.0-20250126063446-46af9844b954
Repository: https://github.com/tuanle53/go-htmx-chatapp.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Go-HTMX-ChatApp
A real-time chat application built using Go and HTMX.
Description
Go-HTMX-ChatApp is a minimalistic, real-time chat application designed to demonstrate the capabilities of Go and HTMX for building dynamic web applications. This app allows users to join a chat room and engage in real-time messaging.
Features
- Real-time messaging
- Multiple chat rooms
- User-friendly interface
- Lightweight and efficient
Installation
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/TuanLe53/Go-HTMX-ChatApp.git
- Navigate to the project directory:
cd Go-HTMX-ChatApp
- Install dependencies:
go mod download
- Run the application:
go run main.go
Usage
Once the application is running, you can access it via your web browser at http://localhost:5050
. Join a chat room or create a new one to start chatting with others in real-time.
Screenshots