lua-Rotas


Overview

lua-Rotas is a web server router, designed to work with lua-Silva, your personal string matching expert.

Status

lua-Rotas is now stable.

It's developed for Lua 5.1, 5.2, 5.3 & 5.4.

Download

lua-Rotas source can be downloaded from Framagit.

Installation

lua-Rotas is available via LuaRocks:

luarocks install lua-rotas

lua-Rotas is available via opm:

opm get fperrad/lua-rotas

or manually, with:

make install

Test

The test suite requires the module lua-TestAssertion.

make test

Copyright © 2018-2023 François Perrad

This library is licensed under the terms of the MIT/X11 license, like Lua itself.