EsperoTech / yaade

Yaade is an open-source, self-hosted, collaborative API development environment.
MIT License
1.6k stars 71 forks source link

[Feature Request] Add websockets #213

Closed montarion closed 1 week ago

montarion commented 1 week ago

Hi,

First, I love Yaade, it works very well.

Are there any plans to include websocket support? Being able to test that as well would be great.

That would allow me to stop using postman/insomnia/hoppscotch entirely.

jonrosner commented 1 week ago

Thank you for the kind words. I just merged a WebSocket implementation here https://github.com/EsperoTech/yaade/pull/211. It is not very refined yet and the extension update is not approved yet but the whole thing should be ready in a week or two.

jonrosner commented 1 week ago

Websockets are now available. You need to download the latest nightly container and upgrade your extension.

montarion commented 6 days ago

oh wow that's amazing timing! Thanks you!