Fullmoon is a fast and minimalistic web framework based on Redbean — a portable, single-file distributable web server.
Everything needed for development and distribution comes in a single file with no external dependencies and after packaging with Redbean runs on Windows, Linux, or macOS.
Fullmoon handles each HTTP request using the same process:
- takes the path URL and matches it against each route URL in the order in which routes are registered
- verifies conditions for those routes that match
- calls a specified action handler (passing a request table) for those routes that satisfy all conditions
- serves the response if anything other than false or nil returned from the action handler (and continues the process otherwise)
This is free and open source software.
Website: github.com/pkulchenko/fullmoon
Support:
Developer: Paul Kulchenko
License: MIT License
Sailor is written in Lua. Learn Lua with our recommended free books and free tutorials.
Related Software
| Lua Web Frameworks | |
|---|---|
| OpenResty | Turns Nginx into a Full-Fledged Scriptable Web Platform |
| Lapis | Web framework for Lua/MoonScript supporting OpenResty or http.server |
| Fullmoon | Fast and minimalistic web framework based on Redbean |
| Turbo | Framework built for LuaJIT 2 |
| Luvit | Node.JS for the Lua Inventor |
| Vanilla | OpenResty Lua MVC web framework |
| Sailor | Lua MVC web framework |
| Orbit | MVC web framework for Lua |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

