Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道:为什么我们使用将 Web 应用程序拆分为客户端(JavaScript、CSS 甚至像 React 或 Angular 这样的框架)和服务器(PHP)?为什么最好这样做,而不是简单地访问包含 PHP 和 HTML 的网站?
可扩展性和私有存储。托管您自己的服务器端框架允许巨大的应用程序和隐私。html 的存储充其量是最少的,因此拥有自己的后端内容要安全得多。特别是对于企业软件。