Is it possible to send streaming data from WEB API to Angular ?like in open AI there is option to show data as stream it will give data in bit by bit this we can able to do in console application but can't able to do using WEB API and Angular. Here my requirement is to send Open AI Streaming response to Angular.