Let's say I get data from a database or api. I have a nodejs server which allow me to get that data from those database or api via an endpoint. I have a client(reactjs) that gets the data and display on the screen.
How can I update my client when ever there is new data available? I'm not looking for continuous ajax request.
via ShocKwav3_
No comments:
Post a Comment