Streaming API and how to stop data flow to test it | Alexander Fuks #5
Replies: 1 comment
-
Thanks man, interesting topic that I wanted to dig a little deeper into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Streaming API and how to stop data flow to test it | Alexander Fuks
There is a well-known and widely used term called REST API. I’m pretty sure you’ve had to deal with it when developing and testing software products. However, there are other types of APIs, not only by response type, but by the mechanism of keeping the connection open to provide constant chunks of data, or so called stateful API. Let’s look at and compare the following two: REST and Streaming APIs.
https://kungfux.github.io/posts/streaming-api-and-how-to-stop-data-flow-to-test-it/
Beta Was this translation helpful? Give feedback.
All reactions