{"id":18756665,"url":"https://github.com/clinton-mwachia/socketio-chat-app","last_synced_at":"2026-05-16T11:32:04.858Z","repository":{"id":243022500,"uuid":"811243766","full_name":"clinton-mwachia/socketio-chat-app","owner":"clinton-mwachia","description":"a simple chat application developed using socketio, Nodejs.","archived":false,"fork":false,"pushed_at":"2024-06-20T11:05:03.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T01:57:02.462Z","etag":null,"topics":["chat","nodejs","realtime","socketio","sqlite","sqlite3"],"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/clinton-mwachia.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-06-06T08:11:16.000Z","updated_at":"2024-06-20T11:05:06.000Z","dependencies_parsed_at":"2024-06-20T22:45:44.027Z","dependency_job_id":"aa893434-e68c-405c-9f1c-0fce3a0e4ff9","html_url":"https://github.com/clinton-mwachia/socketio-chat-app","commit_stats":null,"previous_names":["clinton-mwachia/socketio-chat-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/clinton-mwachia/socketio-chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinton-mwachia%2Fsocketio-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinton-mwachia%2Fsocketio-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinton-mwachia%2Fsocketio-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinton-mwachia%2Fsocketio-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clinton-mwachia","download_url":"https://codeload.github.com/clinton-mwachia/socketio-chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinton-mwachia%2Fsocketio-chat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["chat","nodejs","realtime","socketio","sqlite","sqlite3"],"created_at":"2024-11-07T17:37:36.562Z","updated_at":"2026-05-16T11:32:04.840Z","avatar_url":"https://github.com/clinton-mwachia.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-time Chat Application\n\nA simple real-time chat application using Node.js, Express, Socket.io, and SQLite.\n\n## Features\n\n- Real-time messaging\n- Nickname support\n- \"User is typing\" functionality\n- Online users list with active status indicator\n- Delete all chats functionality\n- search for messages.\n- Upload display picture.\n\n## Screenshot\n\n![Chat Application Screenshot](assets/Screenshot.png)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js\n- npm (Node Package Manager)\n- Golang\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/clinton-mwachia/socketio-chat-app.git\n```\n\n## [Javascript]\n\n2. Change directory\n\n```\ncd socketio-chat-app/Javascript\n```\n\n3. Install dependencies:\n\n```bash\nnpm install\n```\n\n4. Start the application:\n\n```bash\nnode index.js\n```\n\n5. Open your browser and navigate to `http://localhost:3000`\n\n## [Go]\n\n6. Change directory\n\n```\ncd socketio-chat-app/Go\n```\n\n7. Install dependencies:\n\n```bash\ngo mod tidy\n```\n\n8. Start the application:\n\n```bash\ngo run main.go\n```\n\n9. Open your browser and navigate to `http://localhost:8000`\n\n\n## Usage\n\n- Enter your nickname when prompted.\n- Type your message and press \"Send\" or hit enter.\n- See who’s online in the sidebar.\n- A blue dot indicates active users.\n- Click \"Delete All Chats\" to clear all messages.\n\n## Project Structure\n\n```plaintext\nJavascript\n    ├── index.js              # Main server-side application file\n    ├── public/index.html     # Main client-side HTML file\n    ├── public/styles.css     # Client-side CSS file\n    ├── package.json          # NPM package configuration file\n    └── README.md             # This README file\nGo\n    ├── main.go               # Main server-side application file\n```\n\n## Code Highlights\n\n### Server-Side Code\n\n- Handling connections and disconnections\n- Storing and retrieving messages from SQLite database\n- Emitting events for real-time updates\n\n### Client-Side Code\n\n- Capturing user inputs and sending messages\n- Updating the user interface in real-time\n- Handling online users list and status indicators\n\n## License\n\nThis project is licensed under the MIT License.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclinton-mwachia%2Fsocketio-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclinton-mwachia%2Fsocketio-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclinton-mwachia%2Fsocketio-chat-app/lists"}