Backend
Deploy server-side files to the backend directory
Purpose
Directory Location
com.yourcompany.component/
├── templates/
│ ├── index.html
│ └── backend/ # Backend directory
│ ├── submit.php
│ └── api.phpHow It Works
1. Deployment Structure
2. Template Processing
3. Supported File Types
Accessing Backend Files
Using node.backendPath
Example: Contact Form
Using Subdirectories
Best Practice: Use Shared Assets for Large Libraries
Best Practices
Always Validate Input
Return JSON Responses
Keep Backend Files Minimal
Related Documentation
Last updated
Was this helpful?

