camping
small Ruby web framework for Model-View-Controller type applications
Install
- All systems
-
curl cmd.cat/camping.sh
- Debian
-
apt-get install camping
- Ubuntu
-
apt-get install camping
- Kali Linux
-
apt-get install camping
- Fedora
-
dnf install camping
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install camping
- Raspbian
-
apt-get install camping
- Dockerfile
- dockerfile.run/camping
camping
small Ruby web framework for Model-View-Controller type applications
Camping is a web framework which consistently stays at less than 4kb of code. The idea here is to store a complete fledgling web application (written in Ruby) in a single file like many small CGIs, but to organize it as a Model-View-Controller application like Rails does. You can then easily move it to Rails once you've got it going.