{"id":27163370,"url":"https://github.com/syed-m-nofel/connectify","last_synced_at":"2026-02-17T19:36:00.516Z","repository":{"id":228895964,"uuid":"774843178","full_name":"Syed-M-Nofel/Connectify","owner":"Syed-M-Nofel","description":"A sleek, real-time chat app powered by HTML, CSS, Node.js, and WebSocket.io. Connect instantly, communicate effortlessly.","archived":false,"fork":false,"pushed_at":"2024-12-28T14:24:55.000Z","size":1148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T05:51:00.938Z","etag":null,"topics":["css","html","html5","json","node-js","nodejs","websocket","websocketio"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Syed-M-Nofel.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,"zenodo":null}},"created_at":"2024-03-20T09:45:00.000Z","updated_at":"2025-03-28T06:00:35.000Z","dependencies_parsed_at":"2024-03-21T01:38:02.847Z","dependency_job_id":"b74ed4d2-c7b8-412f-8024-6f6ea50c9d24","html_url":"https://github.com/Syed-M-Nofel/Connectify","commit_stats":null,"previous_names":["syed-m-nofel/connectify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Syed-M-Nofel/Connectify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syed-M-Nofel%2FConnectify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syed-M-Nofel%2FConnectify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syed-M-Nofel%2FConnectify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syed-M-Nofel%2FConnectify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Syed-M-Nofel","download_url":"https://codeload.github.com/Syed-M-Nofel/Connectify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syed-M-Nofel%2FConnectify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29555534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"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":["css","html","html5","json","node-js","nodejs","websocket","websocketio"],"created_at":"2025-04-09T01:48:57.483Z","updated_at":"2026-02-17T19:35:55.501Z","avatar_url":"https://github.com/Syed-M-Nofel.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Connectify\n\nA sleek, real-time chat app powered by HTML, CSS, Node.js, and WebSocket.io. Connect instantly, communicate effortlessly.\n\n## Features\n\n- **Real-Time Communication**: Experience instant messaging with WebSocket technology.\n- **User-Friendly Interface**: Simple and elegant design with Bootstrap for easy navigation.\n- **Dynamic User Handling**: Automatically updates users' connection status.\n- **Responsive Design**: Optimized for both desktop and mobile devices.\n\n## Technologies Used\n\n- **HTML**: Structure of the chat application.\n- **CSS**: Styling, including custom styles and Bootstrap integration.\n- **JavaScript**: Client-side scripting and user interaction.\n- **Node.js**: Server-side runtime environment.\n- **WebSocket.io**: Real-time bidirectional communication.\n\n## Installation\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/your-username/connectify.git\n   ```\n\n2. **Navigate to the project directory:**\n   ```sh\n   cd connectify\n   ```\n\n3. **Install dependencies:**\n   ```sh\n   npm install\n   ```\n\n4. **Start the server:**\n   ```sh\n   node server.js\n   ```\n\n5. **Open your browser and go to:**\n   ```\n   http://localhost:3000\n   ```\n\n## Usage\n\n- **Joining the Chat**: Enter your name when prompted and start chatting with others.\n- **Sending Messages**: Type your message in the input field and press the \"Send\" button or hit Enter.\n\n## Code Overview\n\n### Client-Side\n\n- **HTML**: Contains the structure of the chat interface.\n- **CSS**: Defines the layout and styling, including Bootstrap and custom styles.\n- **JavaScript**: Handles user interactions, message sending/receiving, and updates the UI.\n\n### Server-Side\n\n- **Node.js**: Manages the server and WebSocket connections.\n- **WebSocket.io**: Facilitates real-time communication between the server and clients.\n- **User Management**: Manages connected users and their statuses.\n\n## Future Enhancements\n\n- **User Authentication**: Secure login and registration.\n- **Private Messaging**: Enable one-on-one conversations.\n- **Chat History**: Save and display previous messages.\n\n## Contributing\n\nContributions are welcome! Please fork this repository and submit a pull request for review.\n\n## Acknowledgments\n\n- [Bootstrap](https://getbootstrap.com/)\n- [WebSocket.io](https://socket.io/)\n- [Node.js](https://nodejs.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyed-m-nofel%2Fconnectify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyed-m-nofel%2Fconnectify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyed-m-nofel%2Fconnectify/lists"}