mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #640] [MERGED] Feature: add socket io support #2765
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2765
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/socketio📝 Commits (3)
1470136Add Socketio support356d736Trans and docs for socketio feature6a96729Merge 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.