Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 946 Bytes

policy-development.md

File metadata and controls

18 lines (12 loc) · 946 Bytes

Policy Development

Recommended readings

Newcomers to APIcast development might be interested in the following resources.

At first, you might need to learn the Lua language (with a focus on version 5.1/5.2). The Lua 5.1 Reference Guide should be your first read and followed by Programming in Lua.

Then, we suggest learning Nginx with the agentzh's Nginx Tutorials.

You might then learn OpenResty by reading its documentation, full of examples and going through the Getting Started Tutorial.

As you start writing your first APIcast policy, you might be interested in the OpenResty resources, that present real world use cases and their implementation using OpenResty.