Tina4Python

This is not a framework

Website Dev Admin Gallery GitHub ⭐ Star
Server running Port 7100 v3.9.2

Getting Started

# app.py
from tina4_python.core import run
from tina4_python.core.router import get

@get("/hello")
async def hello(request, response):
    return response({"message": "Hello World!"})

run()  # starts on port 7145
Tina4 v3.9.2 GET / → - req:80b1e6d8 6 routes Python 3.12.3 Dashboard ↗