I am new to NodeJs, kindly pardon if this seems to be a basic question. But let say, If I have created an API endpoint using Node JS and Express and I display the API response on browser after manipulation of the original API response. If I want the data on browser to be update/refresh 10 times in a second, what could I possibly do?
For example, stock or crypto prices needs to be refreshed multiple times in a second.
Thanks