Server side vs client side parallel processing
I want to know the best practice for parallel processing. I have a client application in React
and a web api service in .NET 6
. The input is array of parameters and web service will return result for each item in array. Assume the maximum is 200 items.
Build an API for a graph app with + 30 millions data points
I am quite new to design software and especially graphs. So I am working on a full-stack app with a back-end built on FastAPI (python) et front-end on React.