Kolba is a fast, minimal, web framework for Lua.
~$ sudo apt-get install luarocks
~$ sudo luarocks install kolba
~$ lua5.3
Lua 5.3.3 Copyright (C) 1994-2016 Lua.org, PUC-Rio
> kolba = require("kolba")
> app = kolba.create()
> app.route("GET", "/", "Hello, World!")
> app.run()
The kolba development server is running on port 7000
- Star the project
- Report a bug or suggest an enhancement by creating an issue
- Fork the repository and create a pull request
- Use kolba to build something and then tell the world!