Lua Log #6: LASGI - ASGI in Lua
The author details the process of adapting Python's ASGI standard for Lua, creating LASGI to connect a Lua web server and application.
The author details the process of adapting Python's ASGI standard for Lua, creating LASGI to connect a Lua web server and application.
A developer explains how to use Lua coroutines to replace confusing callback patterns in asynchronous code for a more synchronous-looking interface.
A monthly review sharing useful Python articles, news about Google Code shutting down, a book recommendation, and a handy shell tip.
Explores using ES6 generators for cleaner asynchronous JavaScript code, comparing them to callbacks and promises.