{"id":20963320,"url":"https://github.com/nafisrayan/chatcomsystem","last_synced_at":"2026-04-29T23:02:01.302Z","repository":{"id":235570882,"uuid":"790927122","full_name":"NafisRayan/chatCOMsystem","owner":"NafisRayan","description":"This is a simple chat application built with Flask and Socket.IO. It allows users to register, login, chat in a global chat room, and send private messages to other users.","archived":false,"fork":false,"pushed_at":"2024-12-16T11:45:52.000Z","size":524,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T23:37:11.677Z","etag":null,"topics":["chat","css","flask","html","json","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NafisRayan.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-23T19:25:49.000Z","updated_at":"2024-12-16T11:45:57.000Z","dependencies_parsed_at":"2024-04-23T22:11:58.611Z","dependency_job_id":"4ea47a7d-984e-4999-aec6-18b6fca3e0fc","html_url":"https://github.com/NafisRayan/chatCOMsystem","commit_stats":null,"previous_names":["nafisrayan/chatcomsystem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NafisRayan/chatCOMsystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NafisRayan%2FchatCOMsystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NafisRayan%2FchatCOMsystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NafisRayan%2FchatCOMsystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NafisRayan%2FchatCOMsystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NafisRayan","download_url":"https://codeload.github.com/NafisRayan/chatCOMsystem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NafisRayan%2FchatCOMsystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32447312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["chat","css","flask","html","json","python"],"created_at":"2024-11-19T02:43:37.564Z","updated_at":"2026-04-29T23:02:01.263Z","avatar_url":"https://github.com/NafisRayan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Application\n\nThis repository contains the source code for a simple yet feature-rich chat application built with Flask and Socket.IO. The application allows users to register, login, participate in a global chat room, send private messages to other users, and view their message history.\n\n![Chat Application Interface](https://github.com/NafisRayan/chatCOMsystem/blob/main/statics/chatCom.png)\n\n## Features\n\n- **User Registration and Login**: Users can create accounts and log in to access the chat functionalities.\n- **Global Chat Room**: A common area where all online users can communicate in real-time.\n- **Private Messaging**: Users can send private messages to each other directly.\n- **Message History**: Users can view their past conversations within the application.\n\n## Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- You have installed the latest version of Python.\n- You have installed Flask, Flask-SocketIO, and Flask-SQLAlchemy. If not, please refer to the installation instructions below.\n\n### Installation\n\nFollow these steps to set up the project:\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/NafisRayan/chat-app.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```\n   cd chat-app\n   ```\n\n3. Create a virtual environment and activate it:\n\n   ```\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n4. Install the required packages:\n\n   ```\n   pip install -r requirements.txt\n   ```\n\n5. Run the application:\n\n   ```\n   python app.py\n   ```\n\n   The application will start on `http://localhost:5000`.\n\n## Usage\n\n1. Open a web browser and navigate to `http://localhost:5000`.\n2. Register a new user or log in with an existing user.\n3. Once logged in, you can chat in the global chat room or send private messages to other users.\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\nProject Link: [https://github.com/NafisRayan/chat-app](https://github.com/NafisRayan/chat-app)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnafisrayan%2Fchatcomsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnafisrayan%2Fchatcomsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnafisrayan%2Fchatcomsystem/lists"}