Kong / insomnia-mockbin

Insomnia Mockbin is the underlying backend for the API mocks capability of Insomnia. It is built and used by Kong, the author of the open-source Kong Gateway.
https://insomnia.rest/
Other
2.03k stars 212 forks source link

add support for websockets / tcp #10

Open ahmadnassri opened 9 years ago

ahmadnassri commented 9 years ago

all endpoints can be treated as "channels" with websockets

ghost commented 9 years ago

Maybe WebRTC too?

sonicaghi commented 9 years ago

@voltagex we also have this tool: https://github.com/Mashape/tcpbin

prince-mishra commented 6 years ago

@ahmadnassri - The ability to mock a stream of canned responses over a WebSocket is something that I require in one of my projects. I do not wish to maintain another codebase just for this simple feature. If this issue is not being actively worked on already, I propose to take this up (with some help and guidance of course)