Development Tools

Fullmoon – fast and minimalistic web framework based on Redbean

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
OpenRestyTurns Nginx into a Full-Fledged Scriptable Web Platform
LapisWeb framework for Lua/MoonScript supporting OpenResty or http.server
FullmoonFast and minimalistic web framework based on Redbean
TurboFramework built for LuaJIT 2
LuvitNode.JS for the Lua Inventor
VanillaOpenResty Lua MVC web framework
SailorLua MVC web framework
OrbitMVC web framework for Lua

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments