douyou1857 2015-03-19 14:35
浏览 58
已采纳

使用SPA / Angular构建基于Web的Facebook应用程序

i'm about to start building a new Web-Based Facebook Application (it's an entertainment application with more than 20 screens - it's large App).

My question is: Which is better using a SPA framework such as Angular? or building the Application using the straight forward web technique?

i mean by "straight forward web technique: every screen is in a separate page and navigation is done by links and passing URL parameters"

thanks in advance for your help, and i'd like to add the below notes to be considered in your answers

  1. i'm working using PHP
  2. i need a high performance application
  3. i'm not an expert with Facebook App Reviews ... so please raise any concerns in this regard.

thanks a million

  • 写回答

2条回答 默认 最新

  • dongtan7351 2015-03-19 14:40
    关注

    First you need to read this awesome answer then you'll have to decide , and I also recommend you do a great research regarding the use of RESTful APIs , because this is what you'll be using instead of the traditional HTTP page requests.

    UPDATE

    After creating your RESTful API back-end you'll have to choose your framework for building SPA like AngularJS or Backbone.js or knockout.js

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?