-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support streams in NodeJS #660
Comments
@christopheranderson Does this applies to |
@christopheranderson Thought a little bit about this over the weekend. In your ideal vision, what would we support?
|
@mamaso I'm currently developing a solution for my particular business, which involves analytics processing, and being able to return chunked http requests would be ideal. This is easily done with express, but doesn't seem to be the case inside azure functions. As with the other issue I mentioned on, I could lend a hand on this. I'm personally interested on it. |
@kshmir I agree with you about the basic Express wrapper. And you're welcome to contribute: https://github.com/yvele/azure-function-express it doesn't supports chunks |
Ughhh got my whole function built and got req.pipe is not a function. Guess it's back to Digital Ocean for me. |
It's a long time coming 😅, but we announced preview support for HTTP streams! 🎉 Learn more in our blog post Closing this issue in favor of Azure/azure-functions-nodejs-library#97, if you want to track GA support |
Currently we don't support streams in NodeJS, but they are useful for lots of different applications. It would be good to support them natively.
The text was updated successfully, but these errors were encountered: