Lua A collection of 4 articles #Lua #HTTP #Parser Lua Log #9: HTTP Parser In the last entry, I concluded that I wanted to build my own HTTP parser. This post looks at how I did the parser building and what’s next for my Lua web framework. #Lua #HTTP #Parser Lua Log #8: HTTP Parsing My next challenge in my Lua project is to parse incoming network data into HTTP requests that an application can process. In this entry, I explore the options available to me and why I am making the choice to build my own HTTP parser. #Lua #Routing Lua Log #7: Routing Requests Do you know the feeling when a project starts coming together and things seem exciting and electric? I had some of that feeling this week as I figured out how to route requests in my web framework. I make a lot of Django content for the community. Please support me on Patreon! #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. Page 1 of 1