This JavaScript app can communicate over the Web with an AMQP server via Kaazing WebSocket Gateway. The app publishes text messages to the server and listens for messages from the AMQP server over WebSocket.
- Node.js version 4.4 and higher
- NPM v 3.9.5 and higher
To update NPM to the latest version:
sudo npm install npm -g
- In a terminal, navigate to the folder for a tutorial, such as
javascript.client.tutorials/amqp
. - Enter
npm install
to build the tutorial. - Enter
node server.js
to run the included Node.js server component (server.js). - In a browser, open the URL
http://localhost:3000/
.
Note: To test basic authentication in the app use the URL wss://demos.kaazing.com/amqp-auth
for location.
username: tutorial
password: tutorial
Documentation on how to create a Kaazing JavaScript WebSocket AMQP app from scratch can be found here.
API Documentation for Kaazing JavaScript WebSocket AMQP Client library is available: