Web application framework

I just wanted to understand which web application platforms are used by stackoverflow.com users either at work or for personal projects.

Indicate the name of the web application structure and the platform on which it is based.

+3
source share
4 answers

They are one of the most popular frameworks at the moment, but I use Playframework because I like it more.

+1
source
+1

There are different frameworks for different programming languages.

I prefer:

  • ASP.NET MVC (.NET)
  • PureMVC (for Flash and Flex)
+1
source

Source: https://habr.com/ru/post/1733335/


All Articles