{"id":19729438,"url":"https://github.com/benjammin4dayz/nodejs-chat-app","last_synced_at":"2026-05-05T22:38:22.750Z","repository":{"id":248944584,"uuid":"830242050","full_name":"benjammin4dayz/nodejs-chat-app","owner":"benjammin4dayz","description":"A basic chat implementation for Node.js","archived":false,"fork":false,"pushed_at":"2024-07-26T03:10:35.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T17:41:20.193Z","etag":null,"topics":["application","docker","group-chat","html-css-javascript","nodejs","realtime-messaging","self-hosted","websocket-chat"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/benjammin4dayz/nodejs-chat-app","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/benjammin4dayz.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-07-17T22:14:16.000Z","updated_at":"2024-07-26T03:10:38.000Z","dependencies_parsed_at":"2024-07-26T04:27:07.653Z","dependency_job_id":"9e1080bf-7c54-4046-a210-be60d65c68fe","html_url":"https://github.com/benjammin4dayz/nodejs-chat-app","commit_stats":null,"previous_names":["benjammin4dayz/nodejs-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjammin4dayz%2Fnodejs-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjammin4dayz%2Fnodejs-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjammin4dayz%2Fnodejs-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjammin4dayz%2Fnodejs-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjammin4dayz","download_url":"https://codeload.github.com/benjammin4dayz/nodejs-chat-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241052527,"owners_count":19901042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["application","docker","group-chat","html-css-javascript","nodejs","realtime-messaging","self-hosted","websocket-chat"],"created_at":"2024-11-12T00:12:12.732Z","updated_at":"2026-05-05T22:38:17.720Z","avatar_url":"https://github.com/benjammin4dayz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Chat App\n\nA basic realtime chat application that runs on Node.js or in a Docker container.\n\nThe client and user interface is written in html/css/js and served from the base route of the app `/`.\n\nThe server supports multiple clients and provides each of them with a unique identity which is generated upon connection. It shares messages between all clients connected to the chat room and broadcasts when a user connects or disconnects.\n\n## Getting Started\n\nClone the repo\n\n```bash\ngit clone https://github.com/benjammin4dayz/nodejs-chat-app\ncd nodejs-chat-app\n```\n\n### Node.js\n\nInstall dependencies\n\n```bash\nnpm ci\n```\n\nDevelop\n\n```bash\nnpm run dev\n```\n\nRun the app\n\n```bash\nnpm start\n```\n\n### Docker\n\n#### Example using docker run:\n\n```bash\ndocker run -p 80:80 benjammin4dayz/nodejs-chat-app\n```\n\n#### Example using docker-compose:\n\n```yaml\nversion: '3.9'\n\nservices:\n  server:\n    image: benjammin4dayz/nodejs-chat-app\n    ports:\n      - '80:80'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjammin4dayz%2Fnodejs-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjammin4dayz%2Fnodejs-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjammin4dayz%2Fnodejs-chat-app/lists"}