
The resty Command-Line Utility Demo
Nov 29, 2020 14 min Posted by Yichun Zhang
In this tutroial, we will demonstrate how to use the resty command-line utility shipped with OpenResty. 123cd ~export PAT... Read More »

Write Your Own Lua Modules for OpenResty Applications
Nov 15, 2020 13 min Posted by Yichun Zhang
Today I’d demonstrate how to write your own Lua modules in your OpenResty applications, step by step. Let’s put our simp... Read More »

Hello World HTTP Example in OpenResty
Nov 14, 2020 9 min Posted by Yichun Zhang
This tutorial demonstrates how to implement a “hello world” HTTP interface using OpenResty. First of all, we make sure w... Read More »