Once you’ve designed your client streaming endpoints using Goa’s
StreamingPayload
DSL, the next step is to implement both the client-side logic
that handles the streaming of data and the server-side code that processes the
stream. This guide walks through implementing both sides of a streaming endpoint
in Goa.
Client-Side Implementation
When you define a client streaming method in the DSL, Goa generates specific stream interfaces for the client to implement. These interfaces facilitate the sending of streamed data to the server.