elixir-web / weber

[WiP] Web framework for Elixir inspired by Rails [#WeberMVC at freenode]
http://elixir-web.github.io/weber/
MIT License
369 stars 33 forks source link

Modularity #82

Open dodyg opened 10 years ago

dodyg commented 10 years ago

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.

0xAX commented 10 years ago

Hello @dodyg,

Now you can use only one application in Erlang terms, i'm planning to add modularity support to Weber after next release.

cc: @matheusca, @Menodr

matheusca commented 10 years ago

Nice question! Weber haven't support for modularity yet, but I'll think about it and write here should be.

@dodyg Other suggestions please open an issue :), weber is an early stage yet, wherefore always talking to us what you need to have discuss about.