{"id":26769787,"url":"https://github.com/sanchit0205/sc-solace-pubsub-messaging-app","last_synced_at":"2026-07-02T11:31:46.258Z","repository":{"id":283471734,"uuid":"951866807","full_name":"Sanchit0205/SC-Solace-Pubsub-Messaging-App","owner":"Sanchit0205","description":"A full-stack messaging application using Solace PubSub+ with React frontend and Flask backend","archived":false,"fork":false,"pushed_at":"2025-03-20T13:32:21.000Z","size":673,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T22:37:58.771Z","etag":null,"topics":["cloud","messaging-app","persistent-queue","pubsub","queue","solace","topic"],"latest_commit_sha":null,"homepage":"https://san-messaging-app.netlify.app/","language":"Python","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/Sanchit0205.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}},"created_at":"2025-03-20T11:17:21.000Z","updated_at":"2025-03-20T13:32:25.000Z","dependencies_parsed_at":"2025-03-21T14:15:09.040Z","dependency_job_id":null,"html_url":"https://github.com/Sanchit0205/SC-Solace-Pubsub-Messaging-App","commit_stats":null,"previous_names":["sanchit0205/sc-solace-pubsub-messaging-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sanchit0205/SC-Solace-Pubsub-Messaging-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanchit0205%2FSC-Solace-Pubsub-Messaging-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanchit0205%2FSC-Solace-Pubsub-Messaging-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanchit0205%2FSC-Solace-Pubsub-Messaging-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanchit0205%2FSC-Solace-Pubsub-Messaging-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sanchit0205","download_url":"https://codeload.github.com/Sanchit0205/SC-Solace-Pubsub-Messaging-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanchit0205%2FSC-Solace-Pubsub-Messaging-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35045917,"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-07-02T02:00:06.368Z","response_time":173,"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":["cloud","messaging-app","persistent-queue","pubsub","queue","solace","topic"],"created_at":"2025-03-28T22:37:04.668Z","updated_at":"2026-07-02T11:31:46.238Z","avatar_url":"https://github.com/Sanchit0205.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SC-Solace-Pubsub-Messaging-App\nA full-stack messaging application using Solace PubSub+ with React frontend and Flask backend\n\n**Author:** Sanchit Chavan   \n---\n\n## 📌 **Project Overview**\nA **real-time messaging system** using **Solace PubSub+** with persistent queues, built with:\n- 🐍 **Backend:** Flask-based APIs for message publishing \u0026 receiving.  \n- ⚙️ **Messaging Protocol:** Solace SMF with TLS encryption.  \n- 💻 **Frontend:** React app with live message display \u0026 tooltips showing timestamps.  \n\n---\n\n## ⚙️ **Tech Stack**\n- **Languages:** Python, JavaScript  \n- **Frameworks:** Flask, React  \n- **Messaging:** Solace PubSub+ with TLS  \n- **Deployment:** Flask APIs \u0026 Netlify frontend  \n\n---\n\n## 🔥 **Message Flow**\n1️⃣ **Publisher:**  \n- Sends messages to the Solace topic via a REST API.  \n- Secure TLS connection ensures encrypted traffic.  \n\n2️⃣ **Solace Broker:**  \n- Routes messages to a **persistent queue**.  \n- Ensures guaranteed delivery.  \n\n3️⃣ **Receiver:**  \n- Subscribes to the queue \u0026 retrieves messages asynchronously.  \n- Updates timestamps \u0026 stores messages in memory.  \n\n4️⃣ **Frontend:**  \n- React app displays messages in real-time.  \n- Tooltips reveal `Sent at` \u0026 `Received at` timestamps on hover.  \n\n---\n\n## 🚀 **How to Run Locally**\n### 🔥 **Backend (Flask)**  \n1. **Install dependencies:**  \n```bash\npip install -r requirements.txt\n```\n2. **Run Flask servers:**\n```bash\npython Publisher_Queue.py   # Port 5001  \npython Receiver_Queue.py    # Port 5002  \n```\n\n### ⚙️ **Frontend (React)**\n1. **Install dependencies:**\n```bash\ncd queue-react  \nnpm install\n```\n\n2. **Start the app:**\n```bash\nnpm start\n```\n**Ready To Go** 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanchit0205%2Fsc-solace-pubsub-messaging-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanchit0205%2Fsc-solace-pubsub-messaging-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanchit0205%2Fsc-solace-pubsub-messaging-app/lists"}