Accessing Windows Azure Queues from client side javascript/jquery
问题 For a UI feature, I need to read from a Windows Azure queue and update the UI accordingly. I see plenty of node.js examples, but nothing using pure Javascript or Jquery. (azureQuery comes close, but no queue functionality yet and it needs a Web API to talk to) This is a hybrid web app using both asp.net and MVC 4. This particular page is generated using MVC 4. Any suggestions would be appreciated. Roberto (PS. being able to write to the queue would also be nice) 回答1: This isn't possible