iusik / openlu

Project with Openresty and lua examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenLu

Openresty with Lua examples

Table of Contents

How to run

Dependencies

Docker

OpenResty

LuaRocks

Run docker & Develop

docker-compose -f docker-dev-compose.yml up Starts docker container with openresty and mounted directory ./src.

docker-dev-compose.yml is made to develop new features, and then build image.

Plugins

All plugins are places to directory: ./src/plugins/*

Current DateTime

Name: currentDateTime

Path: ./src/plugins/currentDateTime

Description: Returns current time as json object

Realtime replace content

Name: replaceContent

Path: ./src/plugins/replaceContent

Description: Replace content from upstreams

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Project with Openresty and lua examples.

License:MIT License


Languages

Language:Lua 89.9%Language:Dockerfile 9.9%Language:Makefile 0.2%