twitter-archive / diffy

Find potential bugs in your services with Diffy
https://twitter.com/diffyproject
Apache License 2.0
3.83k stars 368 forks source link

WebSocket support #74

Closed vooolll closed 4 years ago

vooolll commented 6 years ago

Is it possible to test services based on web sockets with diffy?

opendiffy commented 6 years ago

At a networking level - yes - as long as your application still follows request-response (RPC) semantics. If you are using websockets for streaming then it becomes tricky to define what to compare across two different versions of the code. With opendiffy we are piloting this concept with a beta user and trying to solve the problem in a generally useful way. If you are up for it we would love to understand your use case and see if our solution works for you.