How to create a realtime report application
I have to create a real time report web app to display data from a SQL Server. The data will be inserted by other application and everytime that a new record is inserted, I have to display the new changes in my app.
I have been thinking about and Angular application for the frontend and spring for the backend. To get the data updates in real time, I have been reading about websockets, spring cloud data flow or even triguers to call an url after intert data but I don't know wich option is better or what is the best way to do it.
from Recent Questions - Stack Overflow https://ift.tt/3cphVNh
https://ift.tt/eA8V8J
Comments
Post a Comment