[PR #663] [MERGED] Feature/mqtt #2776

Closed
opened 2026-03-17 00:27:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/663
Author: @liyasthomas
Created: 3/11/2020
Status: Merged
Merged: 3/11/2020
Merged by: @liyasthomas

Base: masterHead: feature/mqtt


📝 Commits (5)

📊 Changes

9 files changed (+635 additions, -332 deletions)

View changed files

📝 README.md (+2 -0)
components/realtime/mqtt.vue (+261 -0)
📝 components/realtime/socketio.vue (+2 -3)
components/realtime/sse.vue (+160 -0)
components/realtime/websocket.vue (+182 -0)
📝 lang/en-US.js (+6 -0)
📝 package-lock.json (+11 -6)
📝 package.json (+1 -0)
📝 pages/realtime.vue (+10 -323)

📄 Description

Resolve #342


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/663 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 3/11/2020 **Status:** ✅ Merged **Merged:** 3/11/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feature/mqtt` --- ### 📝 Commits (5) - [`7345cc9`](https://github.com/hoppscotch/hoppscotch/commit/7345cc9943fa3812a963caeb61808823bed04b39) Added MQTT support - [`49bb77c`](https://github.com/hoppscotch/hoppscotch/commit/49bb77c09868b7b428050b4238ca7c3ed35ca8d8) Added MQTT entry to readme - [`7d465ca`](https://github.com/hoppscotch/hoppscotch/commit/7d465ca489f9c917e21ddaba0b363b6277c6d6cc) Fixed conflicts - [`6fa8a46`](https://github.com/hoppscotch/hoppscotch/commit/6fa8a46a8a9b0595f3da16a8151d810d89b19532) Merge pull request #662 from rahulnpadalkar/master - [`87c0702`](https://github.com/hoppscotch/hoppscotch/commit/87c0702959f29c2b1ec6b34d011bcd9ee435c73c) :recycle: Refactor ### 📊 Changes **9 files changed** (+635 additions, -332 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `components/realtime/mqtt.vue` (+261 -0) 📝 `components/realtime/socketio.vue` (+2 -3) ➕ `components/realtime/sse.vue` (+160 -0) ➕ `components/realtime/websocket.vue` (+182 -0) 📝 `lang/en-US.js` (+6 -0) 📝 `package-lock.json` (+11 -6) 📝 `package.json` (+1 -0) 📝 `pages/realtime.vue` (+10 -323) </details> ### 📄 Description Resolve #342 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:27:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2776
No description provided.