{"id":50653882,"url":"https://github.com/cloudamqp/lavinmq-demos","last_synced_at":"2026-06-07T22:35:58.838Z","repository":{"id":314110536,"uuid":"1054205391","full_name":"cloudamqp/lavinmq-demos","owner":"cloudamqp","description":"Demo chat web app backed solely on AMQP Streams over WebSockets on LavinMQ ","archived":false,"fork":false,"pushed_at":"2026-05-14T05:53:58.000Z","size":18736,"stargazers_count":0,"open_issues_count":9,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T07:36:05.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/cloudamqp.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-10T14:06:46.000Z","updated_at":"2026-05-14T05:52:40.000Z","dependencies_parsed_at":"2025-09-10T18:31:17.155Z","dependency_job_id":"adf13736-4994-481b-9a1e-22ea763f6109","html_url":"https://github.com/cloudamqp/lavinmq-demos","commit_stats":null,"previous_names":["baelter/wasmchat","cloudamqp/lavinmq-demos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cloudamqp/lavinmq-demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Flavinmq-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Flavinmq-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Flavinmq-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Flavinmq-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudamqp","download_url":"https://codeload.github.com/cloudamqp/lavinmq-demos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Flavinmq-demos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34041088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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":[],"created_at":"2026-06-07T22:35:58.774Z","updated_at":"2026-06-07T22:35:58.830Z","avatar_url":"https://github.com/cloudamqp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LavinMQ Demos\n\nA collection of demonstration applications showcasing [LavinMQ](https://lavinmq.com) features and capabilities.\n\n## What is LavinMQ?\n\nLavinMQ is a high-performance message queue server implementing the AMQP protocol. It's designed to be fast, lightweight, and easy to deploy, making it perfect for everything from small projects to large-scale distributed systems.\n\n## Demos\n\nDemos are organized into two categories:\n\n- **Static Demos**: Client-side applications deployed to S3/GitHub Pages\n- **Backend Demos**: Server applications deployed to Heroku, fly.io, etc.\n\n### 🗨️ [Chat App](./chat-app) _(Static)_\n\nA real-time chat application demonstrating:\n- **Zero-backend architecture** - Pure client-side app using AMQP streams\n- **OAuth2 authentication** - Secure sign-in with GitHub or other providers\n- **WebSocket connectivity** - Direct browser-to-LavinMQ communication\n- **AMQP streams** - Message persistence and real-time delivery\n- **Multi-channel support** - Public channels and direct messages\n\nPerfect for learning how to build modern real-time applications with LavinMQ.\n\n[View Chat App Demo →](./chat-app)\n\n---\n\n_More demos coming soon! Backend demos (Node.js workers, Ruby consumers, etc.) will be added with their own deployment instructions._\n\n## Getting Started\n\nEach demo has its own README with setup instructions. To get started:\n\n1. **Run LavinMQ** locally or use a hosted instance\n2. **Check the demo's README** for specific setup\n3. **Run locally** using the demo's dev tools\n\n### Quick Start with LavinMQ\n\n```bash\n# Docker\ndocker run -d --name lavinmq -p 5672:5672 -p 15672:15672 -p 15692:15692 \\\n  cloudamqp/lavinmq:latest\n\n# Or install directly: https://lavinmq.com/documentation/install\n```\n\n## Deployment\n\nSee [DEPLOYMENT.md](./DEPLOYMENT.md) for:\n- Building static demos\n- Deployment options\n- Adding new demos\n\n## Contributing\n\nHave an idea for a demo? Contributions are welcome! Each demo should:\n- Showcase a specific LavinMQ feature or use case\n- Include clear documentation and setup instructions\n- Be self-contained in its own directory\n- Follow best practices for the language/framework used\n\n## Resources\n\n- [LavinMQ Documentation](https://lavinmq.com/documentation)\n- [LavinMQ GitHub](https://github.com/cloudamqp/lavinmq)\n- [AMQP Protocol](https://www.amqp.org/)\n\n## License\n\nEach demo may have its own license. See individual demo directories for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudamqp%2Flavinmq-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudamqp%2Flavinmq-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudamqp%2Flavinmq-demos/lists"}