angularjs - Which application architecture i should follow? -


i have started new application. have organized angular & webapi single page application bit confused. application kind of invoicing application when going use third party apis intuit. want make solid decision before proceed further application architecture should follow. between single page application or asn traditional mvc 5.0 application.

if guys have idea please share.

honestly depends on kind of application is. if application not big , high priority on ux or design (like marketing / support / informational kind of applications) should go spa.

but if application data driven means performing on huge data , result / data / information high priority should go traditional mvc 5.0 application.

this isn't solve problem yet. mentioned using web api, please @ post https://softwareengineering.stackexchange.com/questions/246380/should-we-call-web-api-from-mvc-application-in-same-solution


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -