javascript - AJAX Async Front end PHP REST back end -


planning create meta flight search website http://www.momondo.com.au/

after doing search, ajax async different providers , display results on listing page.

question have is, best way achieve in terms of technology use?

this have in mind:

php rest server end returns json feed each provider, ie:

www.abc.com/provider/1 (return json feed of flights) www.abc.com/provider/2 (return json feed of flights) www.abc.com/provider/3 (return json feed of flights) 

front end using angularjs ajax feed , populate template data feed , display results.

that solution puzzle, guys have other ideas/smarter , better way achieve similar outcome?

thanks


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -