{"id":23644670,"url":"https://github.com/kartikmehta8/rs-websocket-chat","last_synced_at":"2026-04-30T20:33:13.552Z","repository":{"id":268798702,"uuid":"901919561","full_name":"kartikmehta8/rs-websocket-chat","owner":"kartikmehta8","description":"A Websocket based chat application using Rust backend, and React frontend.","archived":false,"fork":false,"pushed_at":"2024-12-11T15:03:23.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T17:02:14.083Z","etag":null,"topics":["react","rust","websocket"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/kartikmehta8.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}},"created_at":"2024-12-11T15:03:14.000Z","updated_at":"2024-12-11T15:06:01.000Z","dependencies_parsed_at":"2024-12-19T02:08:42.368Z","dependency_job_id":"4fd56ae3-a9be-46a0-b552-8aa172ec9240","html_url":"https://github.com/kartikmehta8/rs-websocket-chat","commit_stats":null,"previous_names":["kartikmehta8/rs-websocket-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kartikmehta8/rs-websocket-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2Frs-websocket-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2Frs-websocket-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2Frs-websocket-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2Frs-websocket-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kartikmehta8","download_url":"https://codeload.github.com/kartikmehta8/rs-websocket-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2Frs-websocket-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32476682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["react","rust","websocket"],"created_at":"2024-12-28T12:33:05.256Z","updated_at":"2026-04-30T20:33:13.531Z","avatar_url":"https://github.com/kartikmehta8.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Chat Application\n\n![Chat Application](./frontend/src/assets/chat_application.png)\n\nThis is a simple chat application built using Rust for the backend and React with TailwindCSS for the frontend. It allows users to join chat rooms and exchange messages in real time.\n\n## Folder Structure\n```\nchat-app/\n|-- backend/\n|   |-- src/\n|   |   |-- main.rs\n|   |-- Cargo.toml\n|-- frontend/\n|   |-- src/\n|   |   |-- components/\n|   |   |   |-- ChatRoom.js\n|   |   |   |-- RoomList.js\n|   |   |-- App.js\n|   |   |-- index.css\n|   |   |-- index.js\n|   |-- package.json\n|-- README.md\n```\n\n## Backend Setup\n1. Navigate to the backend directory:\n   ```bash\n   cd backend\n   ```\n2. Install Rust dependencies:\n   ```bash\n   cargo build\n   ```\n3. Run the server:\n   ```bash\n   cargo run\n   ```\n\nThe server will start at `ws://127.0.0.1:3030/chat`.\n\n## Frontend Setup\n1. Navigate to the frontend directory:\n   ```bash\n   cd frontend\n   ```\n2. Install Node.js dependencies:\n   ```bash\n   npm install\n   ```\n3. Start the development server:\n   ```bash\n   npm start\n   ```\n\nThe frontend will be available at `http://localhost:3000`.\n\n## How to Use\n1. Start the backend server.\n2. Start the frontend server.\n3. Open `http://localhost:3000` in your browser.\n4. Select a chat room from the list and start chatting!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartikmehta8%2Frs-websocket-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkartikmehta8%2Frs-websocket-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartikmehta8%2Frs-websocket-chat/lists"}