{"id":23507358,"url":"https://github.com/simplyhexagonal/fastify-chat-server","last_synced_at":"2025-05-12T15:51:01.284Z","repository":{"id":193004656,"uuid":"687911045","full_name":"simplyhexagonal/fastify-chat-server","owner":"simplyhexagonal","description":"Simple Websockets chat server including client UI","archived":false,"fork":false,"pushed_at":"2024-02-14T02:19:46.000Z","size":1363,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-06T20:24:30.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/simplyhexagonal.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}},"created_at":"2023-09-06T09:01:54.000Z","updated_at":"2024-07-05T21:59:41.000Z","dependencies_parsed_at":"2024-04-13T23:47:48.543Z","dependency_job_id":null,"html_url":"https://github.com/simplyhexagonal/fastify-chat-server","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"5e5824a4971b2328e20521733762d2c0b8f12d7e"},"previous_names":["simplyhexagonal/fastify-chat-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyhexagonal%2Ffastify-chat-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyhexagonal%2Ffastify-chat-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyhexagonal%2Ffastify-chat-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyhexagonal%2Ffastify-chat-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplyhexagonal","download_url":"https://codeload.github.com/simplyhexagonal/fastify-chat-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253524952,"owners_count":21922001,"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-12-25T10:18:14.779Z","updated_at":"2025-05-12T15:51:01.254Z","avatar_url":"https://github.com/simplyhexagonal.png","language":"CSS","funding_links":["https://opencollective.com/simplyhexagonal","https://www.buymeacoffee.com/jeanlescure","https://www.patreon.com/jeanlescure"],"categories":[],"sub_categories":[],"readme":"# Fastify Chat Server 💬\n\nFastify Chat Server provides a simple yet blazing fast file browser UI for viewing and downloading\nlocal files within the working directory where you run it.\n\n![](https://raw.githubusercontent.com/simplyhexagonal/fastify-chat-server/main/demo.gif)\n\nBuilt using:\n\n- [Fastify](https://www.fastify.io/) - HTTP Server\n- [Vue JS](https://vuejs.org/) - UI Markup\n- [Tailwind CSS](https://tailwindcss.com/) - UI Styles\n- [Axios](https://axios-http.com/) - Client HTTP Requests\n- [Remix Icon](https://remixicon.com/) - Icons\n\n## Open source notice\n\nThis project is part of the [Open Collective](https://opencollective.com/simplyhexagonal) project [Simply Hexagonal](https://simplyhexagonal.org)\nand is open to updates by its users, we ensure that PRs are relevant to the community.\nIn other words, if you find a bug or want a new feature, please help us by becoming one of the\n[contributors](#contributors-) ✌️ ! See the [contributing section](#contributing).\n\n## Like this module? ❤\n\nPlease consider:\n\n- [Buying me a coffee](https://www.buymeacoffee.com/jeanlescure) ☕\n- Supporting me on [Patreon](https://www.patreon.com/jeanlescure) 🏆\n- Starring this repo on [Github](https://github.com/simplyhexagonal/fastify-chat-server) 🌟\n\n## Features\n\n- Lightweight 🪶\n- Self-contained 📦\n- Simple and fast UI ✨\n- Light and Dark theme 🌗\n- Ability to secure chat rooms with password 🔒\n- Ability to store chat history 💾\n- GIF support through [Giphy API](https://developers.giphy.com/docs/api/#quick-start-guide) 🎞️\n- Mobile friendly UI 📱\n\n## Usage\n\nUsing NPX:\n\n```\nnpx @simplyhexagonal/fastify-chat-server\n```\n\nInstalling globally:\n\n```\nnpm i --global @simplyhexagonal/fastify-chat-server\n```\n\n```\nfastify-chat-server\n```\n\nOptionally you can set other options using CLI arguments:\n\n```sh\nOptions:\n      --version        Show version number                             [boolean]\n      --port           Port number to listen on         [number] [default: 3000]\n      --host           Host name to bind to (use '0.0.0.0' to expose to the netw\n                       ork)                      [string] [default: \"127.0.0.1\"]\n      --store          Store chat messages in chats.json\n                                                      [boolean] [default: false]\n      --giphy-api-key  Giphy API key (https://developers.giphy.com/docs/api/)\n                                                          [string] [default: \"\"]\n  -h, --help           Show help                                       [boolean]\n```\n\nAnd environment variables via `export` command or `.env` file:\n\n```sh\nGIPHY_API_KEY=e2aBcDeFgHiJkLmNoPqRsT1234567890\nSTORE_CHAT=true\n```\n\n## Contributing\n\nYes, thank you! This plugin is community-driven, most of its features are from different authors.\nPlease update the docs and tests and add your name to the `package.json` file.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://jeanlescure.cr\"\u003e\u003cimg src=\"https://shortunique.id/assets/contributors/jeanlescure.svg\" /\u003e\u003c/a\u003e\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd width=\"150\" align=\"center\"\u003e\u003ca href=\"#maintenance-jeanlescure\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/simplyhexagonal/fastify-chat-server/commits?author=jeanlescure\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/simplyhexagonal/fastify-chat-server/commits?author=jeanlescure\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/simplyhexagonal/fastify-chat-server/commits?author=jeanlescure\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://dianalu.design\"\u003e\u003cimg src=\"https://shortunique.id/assets/contributors/dilescure.svg\" /\u003e\u003c/a\u003e\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd width=\"150\" align=\"center\"\u003e\u003ca href=\"https://github.com/simplyhexagonal/fastify-chat-server/commits?author=DiLescure\" title=\"User Testing\"\u003e📓\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\n\nCopyright (c) 2023-Present [Fastify Chat Server Contributors](https://github.com/simplyhexagonal/fastify-chat-server/#contributors-).\u003cbr/\u003e\nLicensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n\nFor your convenience, here is a list of all the licenses of this package's dependencies:\n\n- Apache-2.0\n- MIT\n- ISC\n- BSD-3-Clause\n- BSD-2-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyhexagonal%2Ffastify-chat-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplyhexagonal%2Ffastify-chat-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyhexagonal%2Ffastify-chat-server/lists"}