prev <<
Frameworkless Async API
>> next
Why async?
Three main tasks:
1: Handle incoming API calls
2: Call external websites
3: Send mails
1 & 2 could be packed into one programm
3 should be non-blocking and is usually handled by some other programm