I have the impression that SwaggerSocket only supports a correlated request-response model. In other words, SwaggerSocket does not support POST requests being pushed from the server. Correct? Could that feature be added?
I bring this up because I'm thinking about the webhook paradigm. A webhook is usually a POST request. If I were to convert an existing webhook enabled application to use SwaggerSocket, I'd want SwaggerSocket to support a subscription model, where POST requests are arbitrarily sent to the client.