What problem does it solve?
BoxLang web development is made easier by providing a complete lifecycle, request handling, and security scaffolding for web applications built with BoxLang. It coordinates Application.bx, HTTP request/response flows, session management, routing, and deployment configurations for both development (MiniServer) and production (CommandBox) environments.
Core Features & Use Cases
- Application.bx lifecycle orchestration: centralizes application startup, per-request hooks, and lifecycle events.
- REST APIs, HTTP clients & routing: supports REST endpoint definitions, internal HTTP calls, and flexible routing patterns.
- Security, sessions & real-time data: includes CSRF protection, session handling, and Server-Sent Events (SSE) support.
- Deployment & environment configurations: provides development and production deployment settings and tooling for BoxLang apps.
- Advanced architectural patterns: covers multi-app isolation and application descriptor-based organization for scalable projects.
Quick Start
Set up a new BoxLang project, implement an Application.bx lifecycle, and run it with MiniServer for development and CommandBox for production.