{"id":21948058,"url":"https://github.com/fulgurcode/enthamone-backend","last_synced_at":"2025-10-05T17:21:04.522Z","repository":{"id":247974949,"uuid":"827386092","full_name":"FulgurCode/enthamone-backend","owner":"FulgurCode","description":"This is backend for Enthamone website which is for talking to strangers on the internet.","archived":false,"fork":false,"pushed_at":"2024-09-09T14:57:45.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-10T00:09:28.480Z","etag":null,"topics":["api","backend","go","golang","websocket"],"latest_commit_sha":null,"homepage":"https://enthamone.com","language":"Go","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/FulgurCode.png","metadata":{"files":{"readme":"README.org","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-07-11T14:54:58.000Z","updated_at":"2024-09-09T15:02:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0959e89-5048-4f8f-8011-c58076fb4ba0","html_url":"https://github.com/FulgurCode/enthamone-backend","commit_stats":null,"previous_names":["vaishakh-gk/atta-backend","vaishakh-gk/enthamone-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FulgurCode/enthamone-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FulgurCode%2Fenthamone-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FulgurCode%2Fenthamone-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FulgurCode%2Fenthamone-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FulgurCode%2Fenthamone-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FulgurCode","download_url":"https://codeload.github.com/FulgurCode/enthamone-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FulgurCode%2Fenthamone-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486532,"owners_count":25994985,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","backend","go","golang","websocket"],"created_at":"2024-11-29T05:11:48.269Z","updated_at":"2025-10-05T17:21:04.492Z","avatar_url":"https://github.com/FulgurCode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Enthamone\n#+AUTHOR: Vaishakh G K\n#+EMAIL: vaishakhgk2006@gmail.com\n\nThis is backend for Enthamone website which is for talking to strangers on the internet.\n\n* Table of Contents :toc:\n- [[#features][Features]]\n- [[#technologies-used][Technologies Used]]\n- [[#contributing][Contributing]]\n- [[#license][License]]\n- [[#contact][Contact]]\n\n* Features\n**** Anonymous Chatting\n   - Users can engage in anonymous conversations with other users.\n\n**** Random Matching\n   - Users can be randomly matched with other online users for one-on-one chats.\n\n**** Interest-based Chat Rooms\n   - Users can join chat rooms based on shared interests or topics.\n\n**** Message Filtering\n   - Filter and block messages containing inappropriate content.\n\n**** User Profiles\n   - Basic user profiles with optional information for better connections.\n\n**** Real-time Messaging\n   - Instant messaging with real-time updates for seamless communication.\n\n**** User Authentication and Privacy\n   - Secure user authentication and management of personal information.\n   - Options for users to control their privacy settings and visibility.\n\n**** Notifications\n   - Notifications for new messages, friend requests, etc., to keep users engaged.\n\n**** Language Support\n   - Support for multiple languages to facilitate global participation.\n\n**** User Feedback\n   - Feedback system for users to provide input and suggestions for improvement.\n\n* Technologies Used\n- Go\n- Fiber\n- JWT\n- Mongo DB\n- Web Socket\n- WebRTC\n\n* Contributing\nContributions are welcome! To contribute to this project:\n***** 1. Fork the project\n***** 2. Clone the fork\n#+begin_src bash\ngit clone https://github.com/\u003cusername\u003e/enthamone-backend.git\n#+end_src\n***** 3. Add Upstream\n#+begin_src bash\ngit remote add upstream https://github.com/FulgurCode/enthamone-backend\n#+end_src\n***** 4. Craete a new branch\n#+begin_src bash\ngit checkout -b feature\n#+end_src\n\n***** 5.  Make your changse\n***** 6. Commit your changes\n#+begin_src bash\ngit commit -am \"Add new feature\"\n#+end_src\n***** 7. Update main\n#+begin_src bash\ngit checkout main\ngit pull upstream main\n#+end_src\n***** 8. Rebase to main\n#+begin_src bash\ngit checkout feature\ngit rebase main\n#+end_src\n***** 9. Push to the branch\n#+begin_src bash\ngit push origin feature\n#+end_src\n***** 10. Create new Pull Request\n\n* License\n[[file:LICENSE][The GPLv3 License (GPLv3)]]\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see [[https://www.gnu.org/licenses/gpl-3.0][GPLv3]].\n\n* Contact\n- Email: [[mailto:vaishakhgk2006@gmail.com][vaishakhgk2006@gmail.com]]\n- Website: [[https://vaishakhgk.com][Vaishakh GK]]\n- Github: [[https://github.com/VAISHAKH-GK/][VAISHAKH-GK]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulgurcode%2Fenthamone-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffulgurcode%2Fenthamone-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulgurcode%2Fenthamone-backend/lists"}