[PR #640] [MERGED] Feature: add socket io support #2765

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/640
Author: @moonrailgun
Created: 3/4/2020
Status: Merged
Merged: 3/4/2020
Merged by: @liyasthomas

Base: masterHead: feature/socketio


📝 Commits (3)

  • 1470136 Add Socketio support
  • 356d736 Trans and docs for socketio feature
  • 6a96729 Merge branch 'master' into feature/socketio

📊 Changes

10 files changed (+570 additions, -91 deletions)

View changed files

📝 README.md (+2 -0)
components/realtime/log.vue (+58 -0)
components/realtime/socketio.vue (+216 -0)
functions/utils/string.js (+12 -0)
functions/utils/valid.js (+27 -0)
📝 lang/en-US.js (+2 -0)
📝 nuxt.config.js (+4 -4)
📝 package-lock.json (+233 -0)
📝 package.json (+1 -0)
📝 pages/realtime.vue (+15 -87)

📄 Description

Add Socket.IO support, resolves #611

Now is a simple implement , more feature will be append soon.

Pick up some function to separate file, please check it.

By the way, i have not found a public socketio server as a default value, is any good idea to improve it?


🔄 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/640 **Author:** [@moonrailgun](https://github.com/moonrailgun) **Created:** 3/4/2020 **Status:** ✅ Merged **Merged:** 3/4/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feature/socketio` --- ### 📝 Commits (3) - [`1470136`](https://github.com/hoppscotch/hoppscotch/commit/14701369bd0fead608b90e93e43d09f7b3e358e6) Add Socketio support - [`356d736`](https://github.com/hoppscotch/hoppscotch/commit/356d736f4eabe0ed7e44df1ca1a83bc743f6cd2d) Trans and docs for socketio feature - [`6a96729`](https://github.com/hoppscotch/hoppscotch/commit/6a967290558e1b2276518538da65c40755be4915) Merge branch 'master' into feature/socketio ### 📊 Changes **10 files changed** (+570 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `components/realtime/log.vue` (+58 -0) ➕ `components/realtime/socketio.vue` (+216 -0) ➕ `functions/utils/string.js` (+12 -0) ➕ `functions/utils/valid.js` (+27 -0) 📝 `lang/en-US.js` (+2 -0) 📝 `nuxt.config.js` (+4 -4) 📝 `package-lock.json` (+233 -0) 📝 `package.json` (+1 -0) 📝 `pages/realtime.vue` (+15 -87) </details> ### 📄 Description Add Socket.IO support, resolves #611 Now is a simple implement , more feature will be append soon. Pick up some function to separate file, please check it. By the way, i have not found a public socketio server as a default value, is any good idea to improve it? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:26:29 +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#2765
No description provided.