我想使用MVC为许多大学创建网站。
由于编码结构对于所有客户网站都是通用的,但是网站模板会有所不同,因此我需要一些处理建议。
我是否需要为此创建一个核心框架,并将其用于其他网站项目?如果这样做,我将如何处理网站模板,因为它们将有所不同。
任何意见对我来说都是一个很大的动力。
答案 0 :(得分:0)
您可以拥有RestAPI,然后使用端点接收和发送数据。
WebServer -> www.colleges.com/user -> this give you all the informations about users/students -> React framework to make the Front-End.(React or other framework you like)
这样,您只有1个Web服务器和多个具有相同信息的前端。