[GH-ISSUE #4674] [feature]: Add persistence to realtime message #1736

Open
opened 2026-03-16 21:34:12 +03:00 by kerem · 2 comments
Owner

Originally created by @hms5232 on GitHub (Jan 14, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4674

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Add persistence to message under realtime tab. Just like the REST tab.

Or even, add collections , environment for realtime will be useful!

Why should this be worked on?

Hoppscotch have persistence on WS address (according to #1196 ) but the message doesn't. It will be better to have this feature.

For example, you need to connect a websocket server, and use a fix format to auth and chat:

{
  "channel": "my-room"
  "data": {
    "auth": "some auth code",
    "content": "some words"
   }
}

If I switch tab (not only REST..., but also Socket.IO, MQTT tabs) those message will be missing! I need to key in them one by one again. The only way to avoid this is two browser tab, one for WebSocket (or and tab under realtime) one for REST or others.

photo_2025-01-14_19-20-59

Therefore, I think maybe Hoppscotch can add a persistence to message under realtime (the last input will be fine), or even the collections feature. That will be wonderful.

Originally created by @hms5232 on GitHub (Jan 14, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4674 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Add persistence to message under realtime tab. Just like the REST tab. Or even, add collections , environment for realtime will be useful! ### Why should this be worked on? Hoppscotch have persistence on WS address (according to #1196 ) but the message doesn't. It will be better to have this feature. For example, you need to connect a websocket server, and use a fix format to auth and chat: ```json { "channel": "my-room" "data": { "auth": "some auth code", "content": "some words" } } ``` If I switch tab (not only REST..., but also Socket.IO, MQTT tabs) those message will be missing! I need to key in them one by one again. The only way to avoid this is two browser tab, one for WebSocket (or and tab under realtime) one for REST or others. ![photo_2025-01-14_19-20-59](https://github.com/user-attachments/assets/db9100a2-f100-4aa2-a87c-be64ec6ba125) Therefore, I think maybe Hoppscotch can add a persistence to message under realtime (the last input will be fine), or even the collections feature. That will be wonderful.
Author
Owner

@BrenoBeierstedt commented on GitHub (Feb 5, 2025):

There's an open request just like this one, #3311. It would be a very welcomed feature +1

<!-- gh-comment-id:2636275627 --> @BrenoBeierstedt commented on GitHub (Feb 5, 2025): There's an open request just like this one, #3311. It would be a very welcomed feature +1
Author
Owner

@hms5232 commented on GitHub (Feb 5, 2025):

There's an open request just like this one, #3311. It would be a very welcomed feature +1

Yes! Collection for realtime is very good. If can't, I will hope the persistence can be implemented.

<!-- gh-comment-id:2636499141 --> @hms5232 commented on GitHub (Feb 5, 2025): > There's an open request just like this one, [#3311](https://github.com/hoppscotch/hoppscotch/issues/3311). It would be a very welcomed feature +1 Yes! Collection for realtime is very good. If can't, I will hope the persistence can be implemented.
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#1736
No description provided.