{"id":18732532,"url":"https://github.com/traxdinosaur/live-chat-server","last_synced_at":"2026-01-24T13:40:18.837Z","repository":{"id":230588945,"uuid":"779733084","full_name":"TraxDinosaur/Live-Chat-Server","owner":"TraxDinosaur","description":"Live Chat Server: A real-time chat application.","archived":false,"fork":false,"pushed_at":"2024-09-10T16:02:38.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T23:08:50.092Z","etag":null,"topics":["chat","chatserver","chatting","chatting-app"],"latest_commit_sha":null,"homepage":"https://s.id/Live-Chat-Server","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"ncsa","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TraxDinosaur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2024-03-30T16:20:40.000Z","updated_at":"2024-09-10T16:02:42.000Z","dependencies_parsed_at":"2024-04-21T10:46:45.386Z","dependency_job_id":"1f80f953-b07c-447c-949a-1fa66c19d0e8","html_url":"https://github.com/TraxDinosaur/Live-Chat-Server","commit_stats":null,"previous_names":["traxdinosaur/live-chat-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TraxDinosaur/Live-Chat-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraxDinosaur%2FLive-Chat-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraxDinosaur%2FLive-Chat-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraxDinosaur%2FLive-Chat-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraxDinosaur%2FLive-Chat-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TraxDinosaur","download_url":"https://codeload.github.com/TraxDinosaur/Live-Chat-Server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraxDinosaur%2FLive-Chat-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28729148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"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","chatserver","chatting","chatting-app"],"created_at":"2024-11-07T15:06:33.581Z","updated_at":"2026-01-24T13:40:18.808Z","avatar_url":"https://github.com/TraxDinosaur.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Live Chat Server\n\n![Live Chat Server Logo](https://i.ibb.co/J3m4yjj/Picsart-24-03-30-22-01-13-742.png)\n\n## Overview\n\nThe Live Chat Server is a real-time chat application built using Flask and SocketIO. It allows users to engage in live conversations, sending and receiving messages instantly.\n\n## Features\n\n- Real-time messaging: Users can send and receive messages instantly without page refresh.\n- User authentication: Access to the chat requires a secret code, ensuring a secure environment.\n- Dynamic user interface: The interface dynamically adjusts to accommodate various screen sizes and devices.\n\n## Installation\n\nTo set up the Live Chat Server locally, follow these steps:\n\n1. Clone this repository to your local machine.\n   ```bash\n   git clone https://github.com/TraxDinosaur/Live-Chat-Server.git\n   ```\n\n2. Navigate to the project directory.\n   ```bash\n   cd live-chat-server\n   ```\n\n3. Install dependencies.\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Set up environment variables.\n   ```bash\n   export SECRET_KEY='your_secret_key'\n   ```\n\n5. Run the application.\n   ```bash\n   python server.py\n   ```\n\n6. Access the application in your web browser at `http://localhost:5000`.\n\n#### How to Run in Replit 🌐\n\nTo experience Live-Chat-Server in Replit, simply click the button below:\n\n[![Run in Replit](https://replit.com/badge/github/TraxDinosaur/Live-Chat-Server)](https://replit.com/@TraxDinosaur/Live-Chat-Server)\n\n## Usage\n\n1. Enter the secret code to authenticate and join the chat.\n2. Enter your name to start chatting.\n3. Type your message in the input field and hit \"Send\" or press Enter to send the message.\n4. Enjoy real-time communication with other users!\n\n## Technologies Used\n\n- Python\n- Flask\n- SocketIO\n- HTML5\n- CSS3\n- JavaScript\n\n## Contributing\n\nContributions are welcome! Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines.\n\n## License\n\nThis project is licensed under the CC BY-SA 4.0 License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any inquiries or feedback, please contact [TraxDinosaur](https://traxdinosaur.github.io/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraxdinosaur%2Flive-chat-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraxdinosaur%2Flive-chat-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraxdinosaur%2Flive-chat-server/lists"}