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 guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.
Learn how to deploy a Django site live, including choosing a production-ready Python application server like Gunicorn.
A guide to configuring and understanding logging in a Django web application stack using Gunicorn and NGINX for effective debugging.