2 Open stream to communicate #1325
Unanswered
cubecleveland
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, we have a use case of an endpoint that recieves 2 requests: GET and POST both are streams.
GET is a Readable stream and the POST is a Writable stream.
Basically we suppose to post data to the POST channel and receive the info from the GET channel.
Actually both requests are being triggered to exactly the same endpoint( not sure if that can be an advantage to the library in terms of the pipeline)
We then internally manipulate this data.
Is there a small boiler plate that can be achieved using the library for this use case we can build on top.
Seems like the regular example posted under stream lack the event handling for getting the data or the function to write the data.
Beta Was this translation helpful? Give feedback.
All reactions