Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
/ lua-minittp Public archive

Extremely minimalistic web framework

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE_JSON
Notifications You must be signed in to change notification settings

tjeb/lua-minittp

Repository files navigation

Repository archived

I never got the asynchronous part running reliably in lua, have not used or worked on this library for quite some time now, and have no plans to do so in the near feature. I'll leave it archived in case someone finds it useful as a starting point for another attempt.

lua-minittp

Extremely minimalistic web framework

Slightly inspired by web.py and uhttp, this is (nay, will be) a small web framework that allows you to build dynamic websites without too much scaffolding.

Essentially you get to write a lua script that gets a request and can return a response. Simple structures to build and send the various parts of the response are provided. See the examples for more information.

A minimal webserver is provided for local testing, but you should really proxy this through nginx or apache. It supports direct proxying and FastCGI.

Very much Work In Progress.

About

Extremely minimalistic web framework

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE_JSON

Stars

Watchers

Forks

Packages

No packages published

Languages