It has been talked about. Personally, I think this is the natural progression of the web and Pact itself, however, we want to make sure that we have a great product to start with that simply does json over http for now. Once happy with that, I definitely think that steaming is the next logical step.
What are your thoughts?
Are there any plans to implement pact over streaming using websockets?
--
You received this message because you are subscribed to the Google Groups "Pact" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pact-support...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I agree that this is the natural progression. We're looking at using Pact but currently would be restricted to implement over fallback protocols due to lack of websocket support.
--
In theory slotting websockets into the Go or Js should be fairly straightforward but it would only support json payloads (which I'm guessing is probably OK anyhow).
At the moment, we're considering implementations using go, jvm, and considering some potential uses for the dockerized provider verification. We've love to see a dart library, but recognize that dart isn't a highly demanded language yet. We've looked at patching the go daemon to add websocket support, but we're still weighing our options for validating our service contracts at the moment.
--