{"id":13779502,"url":"https://github.com/feathersjs/feathers-chat","last_synced_at":"2025-10-08T21:58:27.646Z","repository":{"id":5743304,"uuid":"53814041","full_name":"feathersjs/feathers-chat","owner":"feathersjs","description":"A Feathers real-time chat application","archived":false,"fork":false,"pushed_at":"2024-12-17T09:45:36.000Z","size":4281,"stargazers_count":521,"open_issues_count":10,"forks_count":251,"subscribers_count":15,"default_branch":"dove","last_synced_at":"2025-05-10T20:24:06.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://feathersjs.com","language":"TypeScript","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/feathersjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","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":"2016-03-13T23:50:12.000Z","updated_at":"2025-05-09T13:38:19.000Z","dependencies_parsed_at":"2024-04-12T06:02:28.268Z","dependency_job_id":"b9a6ef40-7130-45c1-933e-937901875a9c","html_url":"https://github.com/feathersjs/feathers-chat","commit_stats":{"total_commits":201,"total_committers":34,"mean_commits":5.911764705882353,"dds":0.6069651741293532,"last_synced_commit":"c7a7cf7fd99d6591dad372d11e04d3d574518492"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersjs%2Ffeathers-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersjs%2Ffeathers-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersjs%2Ffeathers-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersjs%2Ffeathers-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feathersjs","download_url":"https://codeload.github.com/feathersjs/feathers-chat/tar.gz/refs/heads/dove","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270656,"owners_count":22042860,"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":[],"created_at":"2024-08-03T18:01:05.918Z","updated_at":"2025-10-08T21:58:22.625Z","avatar_url":"https://github.com/feathersjs.png","language":"TypeScript","funding_links":[],"categories":["Resources","TypeScript"],"sub_categories":["Examples"],"readme":"# Feathers Chat\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://feathersjs.com\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg width=\"180\" src=\"https://raw.githubusercontent.com/feathersjs/feathers/2b89e0b7fceb42f92c9139f16f3291fa3ff560f1/docs/public/feathersjs.svg\" alt=\"Feathers logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003eA FeathersJS Chat Application\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/feathersjs/feathers-chat/actions?query=workflow%3ACI\" target=\"__blank\"\u003e\u003cimg src=\"https://github.com/feathersjs/feathers-chat/workflows/CI/badge.svg\" alt=\"NPM version\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://replit.com/new/github/feathersjs/feathers-chat\"\u003e\u003cimg src=\"https://replit.com/badge?caption=Try%20Feathers%20on%20Replit\" alt=\"Replit\"\u003e\u003c/a\u003e \n\u003c/p\u003e\n\n\n## About\n\nThis repository includes the server application from the [official Feathers chat guide](https://dove.feathersjs.com/guides/basics/generator.html) as well as chat frontend examples for different frameworks.\n\n## API server\n\n### TypeScript\n\nThe TypeScript version of the chat API server can be found in the [feathers-chat-ts](./feathers-chat-ts/). To start it install the dependencies like this:\n\n```\ncd feathers-chat-ts\nnpm install\n```\n\nThen compile the source code and run the database migration which will initialize an SQLite database in the `feathers-chat.sqlite` file.\n\n```\nnpm run compile\nnpm run migrate\n```\n\nIt can now be started with:\n\n```\nnpm start\n```\n\nOr in development mode with\n\n```\nnpm run dev\n```\n\nNow go to [http://localhost:3030](http://localhost:3030) to start chatting 🕊️\n\n## Frontend\n\n### Plain JavaScript\n\nA plain JavaScript frontend can be found in the [public](./public/) folder which is hosted statically by the [api server examples](#api-server).\n\n### React\n\nTBD\n\n### VueJS\n\nTBD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeathersjs%2Ffeathers-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeathersjs%2Ffeathers-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeathersjs%2Ffeathers-chat/lists"}