{"id":23257264,"url":"https://github.com/satyam-software-developer/chatterup-backend","last_synced_at":"2026-04-08T11:31:10.885Z","repository":{"id":268618665,"uuid":"904950505","full_name":"satyam-software-developer/chatterup-backend","owner":"satyam-software-developer","description":"ChatterUp backend project created with node.js for backend developement.","archived":false,"fork":false,"pushed_at":"2025-01-29T09:19:34.000Z","size":746,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:27:37.092Z","etag":null,"topics":["expressjs","git","github","mongodb","nodejs","socket-io"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satyam-software-developer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2024-12-17T21:33:25.000Z","updated_at":"2025-01-29T09:22:20.000Z","dependencies_parsed_at":"2024-12-17T22:31:21.828Z","dependency_job_id":"42b49e20-1228-4c68-bfca-5175f5bdae11","html_url":"https://github.com/satyam-software-developer/chatterup-backend","commit_stats":null,"previous_names":["satyam-software-developer/chatterup-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/satyam-software-developer/chatterup-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Fchatterup-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Fchatterup-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Fchatterup-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Fchatterup-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satyam-software-developer","download_url":"https://codeload.github.com/satyam-software-developer/chatterup-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Fchatterup-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31553981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"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":["expressjs","git","github","mongodb","nodejs","socket-io"],"created_at":"2024-12-19T12:27:41.811Z","updated_at":"2026-04-08T11:31:10.402Z","avatar_url":"https://github.com/satyam-software-developer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini Project - ChatterUp\n  - Problem Statement: https://classroom.codingninjas.com/app/classroom/me/25432/content/694564/offering/11358505\n# ChatterUp - Real-Time Chat Application\n\nChatterUp is an interactive real-time chat application designed to facilitate seamless communication and interaction between users. Built using Node.js, Express.js, Socket.io, and MongoDB, it offers a robust and engaging chat experience.\n\n## Features\n\n### Socket-Based Architecture\n\nChatterUp utilizes WebSockets via the Socket.io library, enabling real-time, bidirectional communication between users.\n\n### Code Modularity\n\nThe project follows modern development practices by employing ES6 Modules for code organization, ensuring maintainability and collaboration.\n\n### User-Friendly Chat UI\n\nThe chat user interface is thoughtfully designed to enhance the user experience. It features components for seamless chatting and a notification panel displaying online users.\n\n### User Onboarding\n\nNew users are prompted to provide their name upon joining ChatterUp for the first time. A warm welcome message is displayed in the header with their name.\n\n### Chat History and User Count\n\nNewly joined users have access to chat history and receive real-time information about the number of users currently online.\n\n### Broadcasting Messages and Database Storage\n\nMessages sent by users are broadcasted to all connected users in real-time and securely stored in the database for future reference.\n\n### User Typing Indicators\n\nA 'typing...' indicator is displayed to all connected users as users type messages, indicating which user is currently typing.\n\n### Notification of New User Joins\n\nWhen a new user joins, their name is added to the notification panel with an online symbol (green dot), and all connected users are notified.\n\n### Notification of User Disconnections\n\nWhen a user leaves the application, the notification panel is updated to reflect the remaining connected users.\n\n### Profile Pictures for User Consistency\n\nEach user has an associated profile picture displayed throughout the conversation, ensuring consistent visual identity.\n\n### Displaying Chat Messages\n\nChat messages display the user's name, profile picture, message content, and timestamp for a comprehensive chat experience.\n\n## Tasks\n\nFollow these steps to build the ChatterUp project:\n\n### Project Setup\n\n- Set up an Express.js application and configure necessary settings.\n- Initialize a MongoDB database (using MongoDB Atlas or similar service) to store chat messages and user data.\n\n### Dependency Installation\n\n- Install required project dependencies, including Node.js, Express.js, Socket.io, and Mongoose.\n\n### User Interface Development\n\n- Develop a user-friendly chat UI using HTML, CSS, and JavaScript or a modern front-end framework (e.g., React, Angular).\n- Design and integrate components for chatting and a notification panel displaying online users.\n- Ensure the UI is responsive and visually appealing.\n\n### User Onboarding\n\n- Implement a user onboarding process where new users provide their name and display a welcome message.\n- Use front-end forms to collect user input and provide a smooth onboarding experience.\n\n### Chat History and User Count\n\n- Enable new users to access chat history, allowing them to catch up on previous conversations.\n- Implement real-time updates for the count of users who have joined the chat.\n\n### User Typing Indicators\n\n- Utilize Socket.io to broadcast 'typing...' events to connected users.\n- Implement front-end logic to display and remove typing indicators as users start and finish typing.\n\n### Broadcasting Messages and Database Storage\n\n- Implement real-time message broadcasting to all connected users.\n- Ensure that messages are securely stored in the database for future retrieval.\n\n### Notification of New User Joins\n\n- Design the notification panel to update in real-time when a new user joins the chat.\n- Use Socket.io to broadcast notifications of new user joins in real-time.\n\n### Notification of User Disconnections\n\n- Use Socket.io to broadcast user disconnection events in real-time.\n\n### Profile Pictures\n\n- Store default profile pictures and consistently display them for each user.\n\n### Displaying Chat Messages\n\n- Create templates for chat message display, including the user's name, profile picture, message content, and timestamp.\n- Use front-end components to render messages for all connected users.\n\n## API Structure\n\nThe API structure for ChatterUp includes routes for rendering the UI, managing user authentication, handling chat messages, and more.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatyam-software-developer%2Fchatterup-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatyam-software-developer%2Fchatterup-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatyam-software-developer%2Fchatterup-backend/lists"}