GoChat

I have built a simple web messenger using the Go programming language on the backend and Vue.js on the frontend. The primary objective of this project was to enhance my concurrency skills in Go.

The application allows users to send and receive messages in real-time in a chat room. Each room has a unique URL, and users can join the room by visiting the URL. The application is built using the following technologies:

To explore the source code of the project, feel free to visit the GitHub repository.

Preview of the application:

Preview

Try the live application here.