{"id":20810310,"url":"https://github.com/backendt/morse","last_synced_at":"2025-03-12T04:29:07.307Z","repository":{"id":263212378,"uuid":"883837465","full_name":"Backendt/Morse","owner":"Backendt","description":"A fast and secure chat app written in rust","archived":false,"fork":false,"pushed_at":"2025-01-18T11:47:10.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T12:30:47.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Backendt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-05T16:55:11.000Z","updated_at":"2025-01-18T11:47:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"03df3b26-0729-4456-952d-fe6bbfbaa0d4","html_url":"https://github.com/Backendt/Morse","commit_stats":null,"previous_names":["backendt/morse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backendt%2FMorse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backendt%2FMorse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backendt%2FMorse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backendt%2FMorse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Backendt","download_url":"https://codeload.github.com/Backendt/Morse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243158540,"owners_count":20245658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T20:22:57.383Z","updated_at":"2025-03-12T04:29:07.288Z","avatar_url":"https://github.com/Backendt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Morse\n\n**Morse** is a lightning-fast, lightweight chat application built entirely in Rust.\n\nDesigned for speed, simplicity, and privacy, Morse provides completely ephemeral chat rooms where no messages are stored, and everything happens in real-time.\n\n## 🚀 Features\n\n- **Privacy-Focused:** Accounts are completely optional, and does not require your email or any other third-party.\n- **Ephemeral Chat Rooms:** All messages only transit through the server and are never stored, making your conversations completely private.\n- **Lightweight:** Minimal resource usage without sacrificing functionality.\n- **Fast:** Leveraging Rust’s speed and WebSocket real-time capabilities.\n\n## 🛠️ Tech Stack\n\n- **Backend:** Rust with [Warp framework](https://github.com/seanmonstar/warp)\n- **Frontend:** Plain HTML/CSS/JavaScript\n- **Deployment:** Docker, Nginx\n- **Storage:** MySQL (for user accounts), Redis (for chat rooms)\n\n## 🏗️ Installation\n\n### Prerequisites\n\n- [Docker](https://www.docker.com/get-started/)\n- A domain name and an `api` subdomain (Can be set in /etc/hosts for testing)\n- A TLS/SSL Certificate (Can be self-signed for testing)\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Backendt/Morse.git\n   cd Morse\n   ```\n2. Edit the environment configuration:\n   ```bash\n   cp .env.exemple .env\n   vim .env\n   ```\n3. Add your TLS/SSL certificate:\n   ```bash\n   cp /path/to/your/certificate.pem morse-web/tls/morse.cert\n   cp /path/to/your/privkey.pem morse-web/tls/morse.rsa\n   ```\n4. Run the application:\n   ```bash\n   docker compose up\n   ```\n5. Morse will be up and running on port 443 !\n\n## 📚 Usage\n\n1. Create an account or log-in as anonymous.\n2. Create a room\n3. Share the room link with your friends or colleagues.\n4. Start chatting instantly with no traces left behind!\n\n## 🤝 Contributing\n\nContributions are welcome ! To get started:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"My feature\"\n   ```\n4. Push to your branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a pull request on GitHub.\n\n## 📜 License\n\nThis project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackendt%2Fmorse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackendt%2Fmorse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackendt%2Fmorse/lists"}