What is the modularity design for weber? In Django it is quite easy to tie a bunch of mini apps in a single Django web application (each app occupy a url segment).
ASP.NET MVC struggled with this although it has "Areas" which contains controller, models, and views section. People use it to organize major functionality such as Admin or API sections.
What is the modularity design for weber? In Django it is quite easy to tie a bunch of mini apps in a single Django web application (each app occupy a url segment).
ASP.NET MVC struggled with this although it has "Areas" which contains controller, models, and views section. People use it to organize major functionality such as Admin or API sections.