javascript - How to collect multiple asynchronous results with JQuery AJAX call to MVC app -


i want able log series of events when doing server side background work in mvc web app. basically, have jquery ajax call triggering server side action. while asynchronous, action returns data once, when has completed (of if exception thrown example). need log messages on client side generated on server side.

considering this, there way post multiple log messages calling site while work still being done on server side ? ajax push way considering in context of ajax get/post ? there way not have asynchronous get/post, asynchronous results through same call using jquery ?


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -