The official website for ShellLite, written mostly written in ShellLite*.
Live at: shelllite.tech
This project demonstrates the capabilities of ShellLite as a web server language. Everything from the routing to the compiler backend is implemented using shl scripts.
-
Install ShellLite:
pip install shell-lite
-
Run the Server:
shl run main.shl
-
Visit:
http://localhost:8080
main.shl: The core web server and router.compiler.shl: The logic for the online compiler.public/: Static assets (CSS, JS, binaries).
Powered by ShellLite.