OpenResty
Full-fledged web platform that integrates Nginx core with LuaJIT scripting.
Why consider OpenResty?
OpenResty is an open-source, high-performance web platform that embeds LuaJIT into the Nginx core written in C and Lua by Yichun Zhang. It enables software engineers to write ultra-fast, non-blocking web gateways, authentication firewalls, and REST APIs directly inside the NGINX event loop.
Learn OpenResty by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of OpenResty
OpenResty executes Lua scripts within NGINX worker processes for ultra-high throughput API routing.
Quickstart
# Start OpenResty serveropenresty -p `pwd`/ -c conf/nginx.confOpenResty is licensed under the BSD-2-Clause License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.