I have a requirement of reading the value using client side application (javascript) and send it to the azure bus queue.
As this is completely client based application, I would like to use java script to write value to the queue.
Reason for avoid node.js was the installation part, which is not possible on all client machine (correct me if i am wrong).
if there is any alternative ways like Rest API...which does not require any installation kindly suggest.
as i am new to azure, i would appreciate complete code with example.