0

If my web app is not single page app, how can I build an audio streaming with audio player which continue playing while paginating.

miltone
  • 4,416
  • 11
  • 42
  • 76
Niyaz
  • 2,677
  • 3
  • 21
  • 40

1 Answers1

0

You can :

  • use javascript for reloading other part of your web app (it's not only for single web app page)
  • use system like symfony for rending part of the page with single controller without reload all. (Ok this solution is based on AJAX call)
  • use iframe
  • use iframe with other domain
miltone
  • 4,416
  • 11
  • 42
  • 76