Websocket connections with postman

前端 未结 10 734
星月不相逢
星月不相逢 2020-12-24 04:10

I\'m using Postman to test an existing REST API. This API calls async functions on the server which return a response over a websocket using StompJS.

Is it possible

10条回答
  •  一整个雨季
    2020-12-24 05:00

    You can use the tool APIC available here https://chrome.google.com/webstore/detail/apic-complete-api-solutio/ggnhohnkfcpcanfekomdkjffnfcjnjam. This tool allows you to test websocket which use either StompJS or native Websocket. More info here at www.apic.app

提交回复
热议问题