Scalability on the web

前端 未结 12 600
清歌不尽
清歌不尽 2021-02-05 23:28

I\'ve been arguing with some friends on the university, and we can\'t get to a point to which is the framework with more scalability for web applications (and still very fast).<

12条回答
  •  孤街浪徒
    2021-02-05 23:48

    The choice of a web framework has less impact on the scalability (the ability to scale) than the architecture of your site. Most modern web frameworks lend themselves very well to scaling so it's really your deployment setup that needs attention.

提交回复
热议问题