repository
0.0.0-20250225183807-a6bf3768df2c
Repository: https://github.com/cyberwlodarczyk/pustynia.git
Documentation: pkg.go.dev
# README
Pustynia 🐪
Introduction
This is a very simple command-line chat service with minimalistic end-to-end encryption. The server's job is to manage rooms and broadcast encrypted data to appropriate clients. Joining a room requires a random 9-letter code such as efz-fzg-tym
and a password. Users can see messages from others and send their own, which will appear with a label like bob>
.
Todos
- Docker configuration
- Better authentication
- Logging
- Authorization
- Chat history
- Rate limiting
Contributing
If you would like to contribute to the project, feel free to fork the repository and submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.