Overview of Prologue features
develPrologue provides a comprehensive set of features for web development, divided into Core and Plugin modules:
Core Features:
- Configuration and Settings
- Context management
- Param, Query, and Form Data handling
- Static Files
- Middleware support
- Routing system (based on
nest) - Cookie management
- Startup and Shutdown events
- URL Building
- Error Handling
Plugin Features:
- I18n (Internationalization)
- Basic Authentication
- Minimal OpenAPI support
- Websocket support
- Mocking for testing
- CORS Response
- Data Validation
- Session management
- Cache
- Signing
- Command line tools
- CSRF (Cross-Site Request Forgery) protection
- Clickjacking Protection