1
Answer

How to create streaming Web api?

Photo of Amit Naik

Amit Naik

5y
915
1
I need API which stream live data to UI (UI might be react or angular application). Once I call the server, it should keep on giving live data in JSON format. For eg application like Blotter screen in Trading application
 
Which technology will be more suitable to create this type of API? 
 

Answers (1)