This commit updates how we run mdapi, aiohttp makes it easier to start the application without having to deal with the event loop. In this commit we also create a dedicated server module which job is to start the application.
Signed-off-by: Clement Verna cverna@tutanota.com
rebased onto 0a38322afd8aab3b2d236954609f257ab972de05
Should we add a minimal version of aiohttp supported?
rebased onto 93980dc7050e3e78fb15d4c0f569745c7149a2b2
updated :-)
rebased onto 90adfc31ea03fdb23399c9715130f365683f7676
Pull-Request has been merged by pingou
This commit updates how we run mdapi, aiohttp makes it easier to
start the application without having to deal with the event loop.
In this commit we also create a dedicated server module which job
is to start the application.
Signed-off-by: Clement Verna cverna@tutanota.com