A simple web messenger written in Go programming language.
It uses Gin as the HTTP framework with gorilla/websocket for real-time communication and SQLite as the database with gorm as the ORM library.
- Real-time messaging
- Authentication and authorization
- Go
- Gin
- Gorilla WebSocket
- Gorm
- SQLite
- Go 1.23
- SQLite
- Clone the repository
- Create a copy of the
.env.example
file and rename it to.env
- Run
make run
to start the server