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
You can use Socket.io tester, this app lets you connect to a socket.io server and subscribe to a certain topic and/or lets you send socket messages to the server