mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #611] Support SocketIO connections on Realtime page #217
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#217
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?
Originally created by @ilomon10 on GitHub (Feb 27, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/611
Originally assigned to: @moonrailgun on GitHub.
Is your feature request related to a problem? Please describe.
I need to test my socketio server
And then install postwoman to test but i dont know how to config connection to server.
I ever test with
ws://localhost:3001orwss://localhost:3001Describe the solution you'd like
Maybe you can add option socketio client with minimal config.
Additional context

@dihmeetree commented on GitHub (Feb 27, 2020):
I believe @NBTX was going to be working on some Realtime page improvements soon! It would definitely be great to have an option for testing SocketIO! Great suggestion @ilomon10 :)
If anyone else wants to take up this challenge in the meantime, please let us know!
@NBTX commented on GitHub (Mar 2, 2020):
As at @dmitryyankowski has mentioned, I do intend to revamp the Realtime page.
@moonrailgun commented on GitHub (Mar 4, 2020):
@NBTX Hi , i am a deep user of socketio. And i am glad to postwoman can support socketio soon.
Can i join it? Hopes to contribute my power to this work.
@liyasthomas commented on GitHub (Mar 4, 2020):
@moonrailgun Welcome to the team! We're busy with other improvements, can I assign this to you?
@moonrailgun commented on GitHub (Mar 4, 2020):
@liyasthomas Of course. I am glad to add this feature.
@konradkalemba commented on GitHub (Apr 20, 2020):
Hey @moonrailgun, great work with adding socket.io support. One thing I noticed is the lack of ability to listen to all events, not only
message.I believe this package can solve the problem.
@konradkalemba commented on GitHub (Apr 20, 2020):
I went ahead and created a PR which resolves the problem I mentioned above. Any feedback is welcome.