Improved API performance by switching ASGI server to uvloop

The previous server used the plain asyncio loop (yuck!). I switched it for uvloop and it's much faster!