Categorygithub.com/aZ4ziL/go_chat
repositorypackage
0.0.0-20230201194405-fb7c213c1e86
Repository: https://github.com/az4zil/go_chat.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 Chat

Finally I managed to make an i chat application in the Golang language.

This project was built with the help of several Golang frameworks including:

  1. GORM ORM SQL FROM GOLANG
  2. Gorilla/Mux Handler
  3. Gorilla Websocket
  4. Postgresql

How to run

git clone https://github.com/aZ4ziL/go_chat.git
cd go_chat

go mod tidy
go run .