1 repo
Web development frameworks that organize application logic and content around individual page files.
Distinguishing note: Focuses on page-centric development models rather than full MVC or component-based architectures.
Explore 1 awesome GitHub repository matching web development · Page-Based Web Frameworks. Refine with filters or upvote what's useful.
This project is a comprehensive server-side web framework designed for building scalable web applications and services. It provides a structured, component-based architecture that integrates a dependency injection container to manage service lifecycles and promote loose coupling across the software stack. The framework enables the creation of interactive client-side interfaces through a component-based model that synchronizes state directly with the browser. The platform distinguishes itself through a highly configurable middleware-based request pipeline and an attribute-based routing engine
Build web applications by focusing on individual pages to simplify the development process and maintain a clear separation between content and underlying logic.