{"id":21184495,"url":"https://github.com/seljukat/realtime-chat-app","last_synced_at":"2026-05-14T23:14:13.042Z","repository":{"id":261188921,"uuid":"877478907","full_name":"seljukat/realtime-chat-app","owner":"seljukat","description":"A real-time chat application whose style is heavily inspired by WhatsApp. Built using the MERN Stack (MongoDB, Express.js, React, Node.js) with Firebase for file storage and Socket.IO for instant messaging.","archived":false,"fork":false,"pushed_at":"2024-12-24T15:58:34.000Z","size":226,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T19:52:35.757Z","etag":null,"topics":["firebase-storage","mern-stack","realtime-chat-app","realtime-chat-webapp","socket-io","whatsapp-clone"],"latest_commit_sha":null,"homepage":"https://realtime-chat-app-one-topaz.vercel.app","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/seljukat.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-10-23T18:07:05.000Z","updated_at":"2025-03-11T10:00:05.000Z","dependencies_parsed_at":"2024-11-05T07:29:18.645Z","dependency_job_id":"9f3a31a0-f6ef-4e62-a1bd-e83b346263fb","html_url":"https://github.com/seljukat/realtime-chat-app","commit_stats":null,"previous_names":["seljukat/realtime-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seljukat/realtime-chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seljukat%2Frealtime-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seljukat%2Frealtime-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seljukat%2Frealtime-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seljukat%2Frealtime-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seljukat","download_url":"https://codeload.github.com/seljukat/realtime-chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seljukat%2Frealtime-chat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278873778,"owners_count":26060820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["firebase-storage","mern-stack","realtime-chat-app","realtime-chat-webapp","socket-io","whatsapp-clone"],"created_at":"2024-11-20T18:09:06.149Z","updated_at":"2025-10-08T01:19:17.541Z","avatar_url":"https://github.com/seljukat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Realtime Chat App\n\nA real-time chat application whose style is heavily inspired by WhatsApp. Built using the MERN Stack (`MongoDB`, `Express.js`, `React`, `Node.js`) with `Firebase` for file storage and `Socket.IO` for instant messaging.\n\n\u003e [!WARNING]\n\u003e Messages sent in direct messages and group chats are **_not encrypted_** and are stored as **_plain text_** in the database. **DO NOT share** sensitive information, such as passwords, financial details, or any private data that you use in other applications or accounts. Use this chat app only for the purpose of previewing a demo application.\n\n### 🚩 Live Demo\n\nCurrent version running at: [https://realtime-chat-app-one-topaz.vercel.app](https://realtime-chat-app-one-topaz.vercel.app)\n\n\u003e [!NOTE]\n\u003e It may take up to 1 minute for the site to be brought up while the loading indicator is displayed, since free instances in Render will spin down with inactivity which can delay requests by 50 seconds or more.\n\n### ✨ Features\n\n- signing up \u0026 signing in\n- setting up your profile info when signing in for the first time\n- updating your profile info\n- adding new friends to chat with by sending them friend requests\n- approving or rejecting the received friend requests\n- creating group messages\n- real-time chatting with your friends in direct messages and groups\n- sending images and other files in chats\n- filtering your chats for displaying `all chats`, `DMs` or `groups`\n- searching for a specific chat in direct messages and groups or a request in friend requests\n- viewing the `contact information`, `groups in common` and `files shared between you` in your friends' profile\n- viewing the `creation date`, `members` and `files shared` of the groups you are in\n\n### ⚙ Setup\n\n- ### create a `.env` file in the `server` folder\n\n```\nPORT=3001\nJWT_KEY=\"YOUR_JWT_KEY\"\nORIGIN=\"http://localhost:3000\"\nDATABASE_URL=\"YOUR_DATABASE_URL\"\nPEPPER_STRING=\"YOUR_PEPPER_STRING\"\n```\n\n- ### create a `.env` file in the `client` folder\n\n```\nVITE_FIREBASE_API_KEY=\"YOUR_API_KEY\"\nVITE_FIREBASE_AUTH_DOMAIN=\"YOUR_AUTH_DOMAIN\"\nVITE_FIREBASE_PROJECT_ID=\"YOUR_PROJECT_ID\"\nVITE_FIREBASE_STORAGE_BUCKET=\"YOUR_STORAGE_BUCKET\"\nVITE_FIREBASE_MESSAGING_SENDER_ID=\"YOUR_MESSAGING_SENDER_ID\"\nVITE_FIREBASE_APP_ID=\"YOUR_APP_ID\"\nVITE_SERVER_URL=\"http://localhost:3001\"\n```\n\n### 🏃‍♂️ Running in local development mode\n\n- `server`\n\n```bash\ncd server\nnpm install\nnpm run dev\n```\n\n- `client`\n\n```bash\ncd client\nnpm install\nnpm run dev\n```\n\nopen http://localhost:3000 with your browser to see the result.\n\n### 📷 Screenshots\n\n`SIGNING UP \u0026 SIGNING IN:`\n![signup](https://github.com/user-attachments/assets/9f656b5b-bdd6-42be-9293-e44f52ca0359)\n![signin](https://github.com/user-attachments/assets/7f9e478c-c802-437d-acae-10794bf12392)\n\n`SETTING UP YOUR PROFILE:`\n![profile-landing](https://github.com/user-attachments/assets/25656c2d-9dcf-4f11-a242-b8e90745a84f)\n\n`SENDING \u0026 VIEWING FRIEND REQUESTS:`\n![send-friend-request](https://github.com/user-attachments/assets/3e5d6bd1-5110-4452-8c73-4d159661719d)\n![friend-requests](https://github.com/user-attachments/assets/a81c0290-ff62-4f01-9792-de9be3ff30af)\n\n`DIRECT MESSAGING:`\n![start-new-chat](https://github.com/user-attachments/assets/95dada0c-b57f-438f-87ec-b7c219b18880)\n![chats](https://github.com/user-attachments/assets/5ca65d19-c537-419e-984d-533a7d939aaf)\n\n`GROUP MESSAGING:`\n![create-group](https://github.com/user-attachments/assets/cae7f705-9665-4c32-973b-c3fd89d75c60)\n![group-chat](https://github.com/user-attachments/assets/8c070f09-e482-47de-8b48-d059f453b6b6)\n\n`SEARCH FUNCTIONALITY:`\n![search-chats](https://github.com/user-attachments/assets/a01e754f-8a12-4b95-abcb-d4060a8a9a0d)\n\n`UPDATING YOUR PROFILE:`\n![profile-update](https://github.com/user-attachments/assets/858fc66f-5e2d-4ae6-b2a8-ea5b00315501)\n\n`VIEWING FRIEND \u0026 GROUP PROFILE:`\n![friend-info](https://github.com/user-attachments/assets/c577cda1-1f15-4c74-a367-73661c56a5bc)\n![group-info](https://github.com/user-attachments/assets/bcb770e9-aea9-4b42-bcfd-02ae935d19fd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseljukat%2Frealtime-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseljukat%2Frealtime-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseljukat%2Frealtime-chat-app/lists"}