My app sends json API requests to an http server which returns json responses. The endpoint for each API type is a function (or class). A high performance http server is needed on the head-node.
FastAPI could be useful for automatic validation of the json requests. Otherwise, do I need FastAPI?
Me thinks no. What do you say.