Replymessage unavailable
Фотография
click to show
click to show
Web Application (Hybrid Stack)
Backend:
WordPress +/- Directus (Database + API + Auth + Permission)
Frontend:
PHP (optional SSR)
HTML (PureAttr DSL)
HTMX (optional)
Alpine.js (optional)
PureAttr (core engine)
Flow:
[ User Click ]
↓
[ HTML (PureAttr DSL) ]
↓
[ PureAttr Engine ]
↓
[ Resolve DSL → build request (/api/...) ]
↓
[ Express (Node.js) ← BFF Layer ]
↓
[ Middleware Layer ]
- Auth check
- Logging
- Cache (optional)
- Transform request
↓
[ Directus API ]
↓
[ Database ]
↓
[ Directus Response (raw JSON) ]
↓
[ Express Transform Layer ]
- reshape data
- merge endpoints
- render HTML (optional)
↓
[ Response → Browser ]
↓
[ PureAttr Engine (handle result) ]
↓
[ DOM Injection / Action Pipeline ]
↓
[ UI Updated ]