https://github.com/vacaramin/go-websocket-chatroom
Go WebSocket Chatroom is a real-time chat application implemented in Go. Users can exchange messages instantly using WebSockets. It offers authentication, join/leave notifications, and a user-friendly interface. The project is open-source and welcomes contributions. A secure and efficient solution for real-time communication.
https://github.com/vacaramin/go-websocket-chatroom
go golang web-sockets websocket-chat websockets
Last synced: about 1 year ago
JSON representation
Go WebSocket Chatroom is a real-time chat application implemented in Go. Users can exchange messages instantly using WebSockets. It offers authentication, join/leave notifications, and a user-friendly interface. The project is open-source and welcomes contributions. A secure and efficient solution for real-time communication.
- Host: GitHub
- URL: https://github.com/vacaramin/go-websocket-chatroom
- Owner: vacaramin
- Created: 2023-07-04T00:05:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T07:38:24.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T08:28:32.228Z (almost 2 years ago)
- Topics: go, golang, web-sockets, websocket-chat, websockets
- Language: Go
- Homepage:
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Go WebSocket Chatroom

Welcome to the Go WebSocket Chatroom! This is a simple chatroom application implemented using WebSockets in the Go language. The application allows multiple users to join a chatroom and exchange messages in real-time. 💬
## ✨ Features
- Real-time messaging: Users can send and receive messages instantly in the chatroom. 📩📨
- User authentication: Users can log in with their preferred username before joining the chatroom. 🔐
- Join/Leave notifications: The chatroom notifies other users when someone joins or leaves. 📢
- User-friendly interface: The frontend provides an intuitive and responsive design for a seamless user experience. 🌟
## ⚙️ Prerequisites
Before running this application, make sure you have the following installed:
- Go (1.16 or higher) 🐹
- JavaScript-enabled web browser 🌐
## 📥 Installation
1. **Clone this repository to your local machine:**
```shell
git clone https://github.com/vacaramin/go-websocket-chatroom.git
2. **Change to the project directory:**
```shell
cd go-websocket-chatroom
3. **Build the Go application:**
```shell
go build
4. **Start the server:**
```shell
./go-websocket-chatroom
## 🚀 Usage
- Open your preferred web browser and visit http://localhost:8080.
- Enter a username in the provided input field and click "Join Chat" to join the chatroom.
- Start sending and receiving messages in real-time! ✉️💬
## 🤝 Contributing
Contributions are welcome! If you find any issues or want to enhance the functionality of this application, feel free to open an issue or submit a pull request. Please make sure to follow the Contributing Guidelines when contributing.
## 📄 License
This project is licensed under the MIT License.
## 📞 Contact
If you have any questions or need any assistance, feel free to reach out:
- Email: vacaramin86@gmail.com