How itch.io uses Coroutines for non-blocking IO
https://leafo.net/posts/itchio-and-coroutines.html
·
itch.io is a website for hosting indie games, its implementation is unique because it’s written entirely in Lua ( MoonScript ). It runs inside of an nginx distribution called OpenResty . It uses coroutines for all asynchronous operations like d...