Atlas A collection of 6 articles #Lua #ASGI #Atlas Lua Log #6: LASGI - ASGI in Lua In my limited time this week, I built out the interface between the web server and my application. I’m leaning heavily on work done in Python by implementing ASGI in Lua. #Callbacks #Coroutines #Atlas Lua Log #5: Callbacks to Coroutines I’ve been working on how to avoid callbacks in my web framework. My goal with Atlas is to produce interfaces that look like synchronous calls, but utilize cooperative scheduling (coroutines) under the hood to handle work asynchronously. #Packaging #Atlas Lua Log #4: Build a (Terrible) Package Another week, another bit of Lua progress. This week, I got into building a Lua package. Let’s cover some things that I learned. I make a lot of Django content for the community. Please support me on Patreon! #Logging #Atlas Lua Log #3: Logging Without Logging In this Lua log entry, I explore what I’ve learned about logging and configuration and how I built them out in my Atlas project. #Tools #Atlas Lua Log #2: Yak Shaving the Ecosystem As I progress on my Atlas project, I’m finding holes in the Lua ecosystem with the tools that I’m using. This article discusses how I filled some of those holes. #Event loop #Coroutines #Atlas Lua Log #1: Event Loop Adventures This is the start of my chronicle about my experience developing a web framework in Lua. This article covers some of my learnings about event loops. Page 1 of 1