<@U5LAZSK9A> It does not sound particularly simple...
# coroutines
e
@geekasm It does not sound particularly simple (concurrency and scalability part that is) and your choice of technologies will be most likely driven by your choice of server-side web-app framework. For example, if you pick #ktor to do you web-server, then you’ll be naturally using coroutines, since ktor is 100% based on them.