{"id":22838673,"url":"https://github.com/shubhamch95/realtime-chat","last_synced_at":"2026-04-08T16:01:19.841Z","repository":{"id":213910059,"uuid":"735233123","full_name":"shubhamch95/realTime-chat","owner":"shubhamch95","description":"Real-time chat application built using Node.js, Express, and Socket.io to enable instant messaging between users. The application provides a simple and intuitive interface for users to connect, exchange messages, and stay in touch in real-time.","archived":false,"fork":false,"pushed_at":"2023-12-24T07:35:59.000Z","size":154,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T08:43:46.244Z","etag":null,"topics":["client-server-communication","css","deployment","express","html","js","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shubhamch95.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":"2023-12-24T06:36:17.000Z","updated_at":"2025-07-24T11:11:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"9eb47975-57c5-4748-b660-e69cf45adf93","html_url":"https://github.com/shubhamch95/realTime-chat","commit_stats":null,"previous_names":["shubhamch95/realtime-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shubhamch95/realTime-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamch95%2FrealTime-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamch95%2FrealTime-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamch95%2FrealTime-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamch95%2FrealTime-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shubhamch95","download_url":"https://codeload.github.com/shubhamch95/realTime-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamch95%2FrealTime-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","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":["client-server-communication","css","deployment","express","html","js","nodejs","socket-io"],"created_at":"2024-12-13T00:07:59.281Z","updated_at":"2026-04-08T16:01:19.825Z","avatar_url":"https://github.com/shubhamch95.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-Time Chat Application\n# QUICKCONNECT\n## Overview\n\nThis project is a real-time chat application built using Node.js, Express, and Socket.io. It enables instant messaging between users, providing a simple and intuitive interface for connecting, exchanging messages, and staying in touch in real-time.\n\n\n![image](https://github.com/shubhamch95/realTime-chat/assets/76907324/6693104c-f66f-4d12-81eb-4090889b3013)\n\n\n\n## Features\n\n- **Real-Time Communication:** Utilizes Socket.io to establish WebSocket connections for instant messaging.\u003cbr\u003e\n- **User-Friendly Interface:** Provides a clean, modern chat interface with intuitive user interactions.\u003cbr\u003e\n- **Dynamic Updates:** Messages are dynamically updated in real-time without manual refreshing.\u003cbr\u003e\n- **Styling:** The application features a visually appealing design with a responsive layout.\u003cbr\u003e\n\n## Technologies Used\n\n- **Node.js:** Runtime environment for server-side JavaScript.\u003cbr\u003e\n- **Express:** Web application framework for handling HTTP requests and serving static files.\u003cbr\u003e\n- **Socket.io:** Library for real-time bidirectional communication between the server and clients.\u003cbr\u003e\n- **HTML, CSS, JavaScript:** Front-end development for user interface creation.\u003cbr\u003e\n\n## Getting Started\n\n1. **Clone the Repository:**\n   **git clone** https://github.com/shubhamch95/realTime-chat \u003cbr\u003e **cd** real-time-chat\n   \n2.  ## Install dependencies:\n\n     **npm install**\n\n3. ## Start the server:\n\n   **npm start**\n\n4. ## Open in Browser:\n   **Open your web browser and navigate to http://localhost:9000.**\n\n   ## Usage\n* Enter your name when prompted to start chatting.\u003cbr\u003e\n* Type messages in the input area and press Enter to send.\u003cbr\u003e\n* Real-time incoming messages will be displayed in the chat area.\u003cbr\u003e\n* The chat area dynamically scrolls to show the latest messages.\n\n## Folder Structure\n\n* **public:** Contains static files (HTML, CSS, client-side JavaScript).\u003cbr\u003e\n* **server.js:** Express server configuration and Socket.io setup.\u003cbr\u003e\n* **client.js:** Client-side JavaScript for managing user interactions.\u003cbr\u003e\n* **style.css:** Cascading Style Sheets for styling the chat interface.\u003cbr\u003e\n* **package.json:** NPM configuration with project dependencies.\u003cbr\u003e\n\n## Contributing\n\nContributions are welcome! Feel free to submit issues or pull requests.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhamch95%2Frealtime-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubhamch95%2Frealtime-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhamch95%2Frealtime-chat/lists"}