mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1231] Add a default Socket.io URL #420
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#420
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 @LeoMartinDev on GitHub (Oct 4, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1231
It would be great to add a default Socket.io endpoint like it's done for the other protocols
@liyasthomas commented on GitHub (Oct 4, 2020):
Actually I tried to find an open / public echo Socket.IO endpoint, but couldn't find one.
@LeoMartinDev commented on GitHub (Oct 4, 2020):
I found one, in the Socket.io documentation, I can open a PR if you want
@liyasthomas commented on GitHub (Oct 4, 2020):
Did you test it?
@LeoMartinDev commented on GitHub (Oct 4, 2020):
Yup :) From https://socket.io/demos/chat/
wss://socketio-chat-h9jt.herokuapp.com@LeoMartinDev commented on GitHub (Oct 4, 2020):
Ew but it's not echoing, my bad
@liyasthomas commented on GitHub (Oct 5, 2020):
I guess we can add this now. will update once we get an echo endpoint.