I am starting with server-side Dart to have a "microservice" like architecture to provide REST API interface to IOT nodes.
As I have good experience with Flutter I want to use Dart for server-side application as well.
But I have a few queries regarding implementation as follows :
A. Do we need any additional web server like Apache to handle multiple simultaneous REST API requests from IoT devices/clients? Does Dart Server capable to handle large traffic independently?
B. Is there any document/case study of comparing client request handling capability of Dart server side Vs Node Js / Python Flask
Thanks, Gaurav