{"id":20473746,"url":"https://github.com/joshuadeguzman/chatify","last_synced_at":"2026-03-05T06:02:03.965Z","repository":{"id":127062282,"uuid":"123543865","full_name":"joshuadeguzman/chatify","owner":"joshuadeguzman","description":"A simple chat app created with socket.io","archived":false,"fork":false,"pushed_at":"2018-03-08T09:47:48.000Z","size":1391,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-16T15:28:06.228Z","etag":null,"topics":["chat","expressjs","nodejs","websocket"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/joshuadeguzman.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,"zenodo":null}},"created_at":"2018-03-02T07:10:27.000Z","updated_at":"2019-07-14T22:51:58.000Z","dependencies_parsed_at":"2023-07-21T15:45:07.904Z","dependency_job_id":null,"html_url":"https://github.com/joshuadeguzman/chatify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshuadeguzman/chatify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuadeguzman%2Fchatify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuadeguzman%2Fchatify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuadeguzman%2Fchatify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuadeguzman%2Fchatify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshuadeguzman","download_url":"https://codeload.github.com/joshuadeguzman/chatify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuadeguzman%2Fchatify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30111779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","expressjs","nodejs","websocket"],"created_at":"2024-11-15T14:26:33.006Z","updated_at":"2026-03-05T06:02:03.941Z","avatar_url":"https://github.com/joshuadeguzman.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Chatify\n\nA simple chat app created with socket.io\n\n## Features\n\n- [x] Realtime chat\n- [x] Client Id/Nickname saving\n- [x] Lightweight\n- [x] Responsive UI\n\n## Prerequisites\n\n- [NodeJS](https://nodejs.org/en/) -  is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.\nNode.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.\n- [SocketIO](https://socket.io/) - Socket.IO enables real-time bidirectional event-based communication.\nIt works on every platform, browser or device, focusing equally on reliability and speed.\n- [ExpressJS](https://expressjs.com/) - is a minimal and flexible Node.js web application framework that provides a \nrobust set of features for web and mobile applications.\n- Optional tools\n  - **[ngrok](https://ngrok.com/) -** a secure introspectable tunnels to localhost webhook development tool and debugging tool.\n  - **[Inspinia Theme](https://github.com/Chuibility/inspinia) -** is a premium admin dashboard template with flat design concept. It is fully responsive admin dashboard template built with Bootstrap 3+ Framework, HTML5 and CSS3, Media query. \n  \n## Installation\n\n### NodeJS\n\n- Binaries, installers, and source tarballs are available at https://nodejs.org.\n\n### Socket.IO\n\n```bash\n$ npm install socket.io\n```\n\n### ExpressJS\n\n```bash\n$ npm install express --save\n```\n\n\u003e To install only for dev environment \n\n```bash\n$ npm install express --dev\n```\n\nThen, run the following command:\n\n```bash\n$ node server.js\n```\n\n### ngrok (optional)\n\nGo to their website, and download the client application https://ngrok.com/download.\n\n```bash\n$ unzip /path/to/ngrok.zip\n```\n\n#### Start it up\n\nRead the [documentation](https://ngrok.com/docs/2) on how to use ngrok. Try it out by running it from the command line:\n\n```bash\n$ ./ngrok help\n```\n\nTo start a HTTP tunnel on port 8000, run this next:\n\n```bash\n$ ./ngrok http 8000\n```\n\nThen, serve it, copy the generated url, share it with your friends.\n\n## Examples\n\nSee [Screenshots](https://github.com/devjdg/chatify/tree/master/Screenshots)\n\n## License\n\nChatify is under the [Creative Commons License 3.0](https://creativecommons.org/licenses/by/3.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuadeguzman%2Fchatify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshuadeguzman%2Fchatify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuadeguzman%2Fchatify/lists"}