[PR #48] [MERGED] 🔌 Add websocket support #2382

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/48
Author: @NBTX
Created: 8/24/2019
Status: Merged
Merged: 8/24/2019
Merged by: @liyasthomas

Base: migrate-nuxtHead: feat/websocket


📝 Commits (1)

📊 Changes

4 files changed (+282 additions, -3 deletions)

View changed files

📝 assets/css/styles.scss (+9 -2)
📝 layouts/default.vue (+47 -0)
📝 pages/index.vue (+1 -1)
pages/websocket.vue (+225 -0)

📄 Description

image
This PR adds a navigation bar and a tab to the navigation for websockets.
This PR depends on the Nuxt.js PR.

image

Accessing insecure websockets over HTTPS displays an error in the log, rather than crashing.

This PR solves #40


🔄 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/48 **Author:** [@NBTX](https://github.com/NBTX) **Created:** 8/24/2019 **Status:** ✅ Merged **Merged:** 8/24/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `migrate-nuxt` ← **Head:** `feat/websocket` --- ### 📝 Commits (1) - [`835e030`](https://github.com/hoppscotch/hoppscotch/commit/835e030c65b94b3480e74c8a28814c246f09bf5f) 🔌 Add websocket page ### 📊 Changes **4 files changed** (+282 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/styles.scss` (+9 -2) 📝 `layouts/default.vue` (+47 -0) 📝 `pages/index.vue` (+1 -1) ➕ `pages/websocket.vue` (+225 -0) </details> ### 📄 Description ![image](https://user-images.githubusercontent.com/43181178/63639526-29c4df80-c68c-11e9-84b8-2f3db00f558b.png) This PR adds a navigation bar and a tab to the navigation for websockets. **This PR depends on the Nuxt.js PR.** ![image](https://user-images.githubusercontent.com/43181178/63639661-fc793100-c68d-11e9-99fd-59ed21d4afa8.png) Accessing insecure websockets over HTTPS displays an error in the log, rather than crashing. This PR solves #40 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:05:31 +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#2382
No description provided.