{"id":19303790,"url":"https://github.com/mohit-rathee/web-chat","last_synced_at":"2026-04-10T11:02:21.362Z","repository":{"id":60577147,"uuid":"525451079","full_name":"mohit-rathee/web-chat","owner":"mohit-rathee","description":"my mvp project","archived":false,"fork":false,"pushed_at":"2024-04-11T07:01:17.000Z","size":16349,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-11T08:23:58.314Z","etag":null,"topics":["crypto","css","flask","hacktoberfest","html","indexeddb","javascript","postgresql","python","sqlalchemy","sqlite3","web-workers"],"latest_commit_sha":null,"homepage":"https://web-chat.onrender.com","language":"JavaScript","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/mohit-rathee.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}},"created_at":"2022-08-16T16:03:12.000Z","updated_at":"2024-04-11T08:23:59.622Z","dependencies_parsed_at":"2023-12-12T22:39:45.586Z","dependency_job_id":"c4610db4-c53a-4b06-86e6-736597b6bd44","html_url":"https://github.com/mohit-rathee/web-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohit-rathee/web-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-rathee%2Fweb-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-rathee%2Fweb-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-rathee%2Fweb-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-rathee%2Fweb-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohit-rathee","download_url":"https://codeload.github.com/mohit-rathee/web-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit-rathee%2Fweb-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31639524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["crypto","css","flask","hacktoberfest","html","indexeddb","javascript","postgresql","python","sqlalchemy","sqlite3","web-workers"],"created_at":"2024-11-09T23:27:34.389Z","updated_at":"2026-04-10T11:02:21.343Z","avatar_url":"https://github.com/mohit-rathee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web-Chat 🚀\n\nA lightweight web-based chatting application that brings real-time communication to your fingertips.\n\nJoin the conversation at [web-chat](https://web-chat.onrender.com) (Initial server startup may take some time).\n\n![Web-Chat](https://github.com/mohit-rathee/web-chat/assets/89066152/fd9a022e-487f-4e9b-8170-276bee282808)\n\n## Features\n- **Real-Time Updates:** Powered by [WebSockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) for live user interaction.\n- **Create or Host Servers:** Create and host your servers with one click.\n- **Login/Signup:** Signup on servers to join them and Login if already joined.\n- **Channel Communication:** Organize your conversations with channels for seamless communication.\n- **Persnal Communication:** Enjoy private conversations with end-to-end encryption, ensuring your privacy.\n- **Server State Management:** Download and save your server's state locally, making it easy to resume later.\n- **Multi-Server Access:** Connect to multiple servers on Web-Chat for diverse conversations.\n- **Media Sharing:** Share media files with all server members for a richer chat experience.\n- **Local Caching:** Your messages and media are cached on your device for quick and offline access using [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API).\n\n## Future Ideas\n- **Role Based Access Control:** User permissions are judged on the basis of their roles.\n- **Custom Server Features:** Allow users to customize their servers to their liking.\n- **Profiling:** Add the ability to include descriptions to your server or content.\n- **Frontend Framework:** Consider incorporating a frontend framework to enhance the user expirence.\n\n## Running Locally on Linux\n1. Clone this repository.\n2. Navigate to the folder and create a virtual environment: `python3 -m venv venv`\n3. Activate the virtual environment: `. venv/bin/activate`\n4. Install the necessary dependencies: `pip install -r requirements.txt`\n5. Set up environment variables: \n   - `export DATABASE_URI=sqlite:///test.sqlite3`\n   - `export SECRET_KEY=\u003ca_secret_key\u003e`\n6. Start the service with Gunicorn: `gunicorn --worker-class geventwebsocket.gunicorn.workers.GeventWebSocketWorker app:app`\n\n## How to Reach Me\n- 📧 Email: mohit.rathee2505@gmail.com\n\n## For Developers\nFeel free to contribute, add, or modify features according to your creative ideas. Don't forget to share your creations with me!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit-rathee%2Fweb-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohit-rathee%2Fweb-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit-rathee%2Fweb-chat/lists"}