{"id":16136858,"url":"https://github.com/jarne/chat","last_synced_at":"2025-08-01T09:38:48.265Z","repository":{"id":50142539,"uuid":"92843761","full_name":"jarne/Chat","owner":"jarne","description":"💬 A simple chat application","archived":false,"fork":false,"pushed_at":"2023-11-22T18:42:32.000Z","size":1736,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T16:53:02.641Z","etag":null,"topics":["bootstrap","chat","node-js","realtime","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-05-30T14:50:28.000Z","updated_at":"2022-08-26T08:58:03.000Z","dependencies_parsed_at":"2025-04-06T16:50:43.353Z","dependency_job_id":"f0e9439e-4b43-4c81-b90c-0d240c32dd8f","html_url":"https://github.com/jarne/Chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jarne/Chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2FChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2FChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2FChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2FChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarne","download_url":"https://codeload.github.com/jarne/Chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2FChat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268199870,"owners_count":24211827,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","chat","node-js","realtime","socket-io"],"created_at":"2024-10-09T23:24:32.562Z","updated_at":"2025-08-01T09:38:48.200Z","avatar_url":"https://github.com/jarne.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eChat\u003c/h1\u003e\n\u003cp align=\"center\"\u003eA simple chat application\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/jarne/Chat/blob/master/package.json\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/package-json/v/jarne/Chat.svg\" alt=\"Package version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://nodejs.org\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/node-%3E%3D%20v16-yellow.svg\" alt=\"Node.js version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://circleci.com/gh/jarne/Chat\"\u003e\n    \u003cimg src=\"https://img.shields.io/circleci/project/github/jarne/Chat.svg\" alt=\"CircleCI\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/jarne/Chat/blob/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/jarne/Chat.svg\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n##\n\n[Description](#-description) | [Install](#-install) | [Usage](#-usage) | [Contribution](#-contribution) | [License](#%EF%B8%8F-license)\n\n## 📙 Description\n\nThis is a simple chat application built with [Node.js](https://github.com/nodejs/node), [Socket.IO](https://github.com/socketio/socket.io) and [Bootstrap](https://github.com/twbs/bootstrap). You can send messages into the chat and they're displayed in realtime for the other chatters.\n\nHere's a screenshot of the page:\n\n\u003cimg src=\".github/.media/screenshot.png\" alt=\"Screenshot\"\u003e\n\n## 📦 Install\n\nThe application is developed and tested with Node.js v16 (LTS). You can checkout this project with the following command:\n\n```\n$ git clone https://github.com/jarne/Chat.git\n```\n\nAfter this, you need to install the dependencies with:\n\n```\n$ npm install\n```\n\n## 🖱 Usage\n\nIn order to start the application, run the following command in the application directory:\n\n```\n$ npm start\n```\n\nBy default, the web server is now running on port 3000, so you can access it by opening `http://localhost:3000` in your web browser.\n\n## 🙋‍ Contribution\n\nContributions are always very welcome! It's completely equal if you're a beginner or a more experienced developer.\n\nPlease read our **[Contribution Guidelines](CONTRIBUTING.md)** before creating an issue or submitting a pull request.\n\nThanks for your interest 🎉👍!\n\n## 👨‍⚖️ License\n\n[MIT](https://github.com/jarne/Chat/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarne%2Fchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarne%2Fchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarne%2Fchat/lists"}