{"id":18377311,"url":"https://github.com/ertugrulsertaslan/real-time-chat","last_synced_at":"2026-04-07T18:31:30.714Z","repository":{"id":241878963,"uuid":"808103404","full_name":"ertugrulsertaslan/real-time-chat","owner":"ertugrulsertaslan","description":"Realtime chat app made with ReactJS and socket.io.","archived":false,"fork":false,"pushed_at":"2024-08-21T14:18:11.000Z","size":2461,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T11:25:05.516Z","etag":null,"topics":["cors","express-js","reactjs","socket-io","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ertugrulsertaslan.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-05-30T11:46:56.000Z","updated_at":"2024-08-21T14:18:14.000Z","dependencies_parsed_at":"2024-06-11T08:32:44.018Z","dependency_job_id":"28fa601b-34a7-4199-9ef8-0d7690dd2054","html_url":"https://github.com/ertugrulsertaslan/real-time-chat","commit_stats":null,"previous_names":["ertugrulsertaslan/real-time-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ertugrulsertaslan/real-time-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ertugrulsertaslan%2Freal-time-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ertugrulsertaslan%2Freal-time-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ertugrulsertaslan%2Freal-time-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ertugrulsertaslan%2Freal-time-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ertugrulsertaslan","download_url":"https://codeload.github.com/ertugrulsertaslan/real-time-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ertugrulsertaslan%2Freal-time-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cors","express-js","reactjs","socket-io","tailwindcss","vite"],"created_at":"2024-11-06T00:27:41.666Z","updated_at":"2026-04-07T18:31:30.692Z","avatar_url":"https://github.com/ertugrulsertaslan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Real Time Chat 💬\n\nRealtime chat app made with ReactJS and socket.io.\n\n### Screenshots 📸\n\n\u003cdiv style=\"display: flex; flex-direction: row;\"\u003e\n    \u003cimg src=\"screenshots/home-page.png\" alt=\"Home Page\" style=\"width: 39%; margin-right: 4%;\"\u003e\n    \u003cimg src=\"screenshots/chat-screen.png\" alt=\"Chat Screen\" style=\"width: 45%;\"\u003e\n\u003c/div\u003e\n\n## Features ✨\n\n- ⚡ Real-Time Messaging: Instant delivery of messages using Socket.io.\n- 🏠 Group Chat: Create and manage chat groups by room numbers.\n- 📱💻 Responsive Design: Works on both desktop and mobile devices.\n- 🔐 User Authentication: Join with a username and room number.\n- 🤖 Guest Usernames: If no username is provided, a random guest name is assigned.\n- 🚫 Unique Usernames: Prevents duplicate usernames in the same room.\n\n\n## Technologies Used 💻\n\n\n- 💻 [React.js](https://reactjs.org/) - JS library for crafting user interfaces \n- 📦 [Vite](https://vitejs.dev/) - Module bundler \n- 🎨 [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework\n- 🚀 [Express.js](https://expressjs.com/) - Web framework for Node.js\n- 📡 [Socket.io](https://socket.io/) - An event-driven library for real-time web applications\n- 🌐 [Cors](https://www.npmjs.com/package/cors/) - Mechanism for integrating applications\n\n\n\n## Installation 🛠️\n\nPrerequisites\n\n- Install Node.js ⚙️\n- Clone the repo 🔄\n\n 📦 After cloning the repo install dependecies with\n\n3. Open up two terminal instances and run scripts below in directories `/server` and `/client`\n\n- Server\n ```sh \n    npm i \u0026\u0026 node index.js\n```\n- Client\n ```sh \n    npm i \u0026\u0026 npm run dev\n```\nafter running scripts go to `http://localhost:5173` with your browser to use the app. 🌐\n\n## Usage 🚀\n\n**1: Join a Room**\n- Enter a username and room number to join. ✍️\n- If no username is provided, a random guest name will be assigned. 🎲\n\n**2: Start Chatting**\n- Join existing chat groups or start a new conversation.💬\n- Enjoy real-time messaging with other users. 😃\n\n**Step 3: Rejoin Capability**\n- Users can leave and rejoin the room using the same username and room number.🔄\n\n\n\n\n\n\n## License 📄\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fertugrulsertaslan%2Freal-time-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fertugrulsertaslan%2Freal-time-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fertugrulsertaslan%2Freal-time-chat/lists"}