@vertx/eventbus-bridge-client.js

Vert.x Event Bus Bridge Client

Usage no npm install needed!

<script type="module">
  import vertxEventbusBridgeClientJs from 'https://cdn.skypack.dev/@vertx/eventbus-bridge-client.js';
</script>

README

SockJS Event Bus bridge for Vert.x

The vertx-eventbus.js file is a SockJS-based event bus bridge to connect your JavaScript frontend application to Vert .x 3.x. You can use it in a front-end application or in a node.js application.

If you already use a previous version of the bridge, please check the changelog below.

Retrieving the client with NPM

The file is delivered as an NPM that you can download it using:

npm install --save @vertx/eventbus-bridge-client.js

The dependency is:

"@vertx/eventbus-bridge-client.js": "1.0.0"

More information on:

Releasing to webjars.org

WebJar

  1. Go to https://www.webjars.org/
  2. Click on Add a webjar
  3. In the dialog, select NPM as WebJar Type
  4. Enter @vertx/eventbus-bridge-client.js in the NPM name text area
  5. Select the new version
  6. Click on Deploy
  7. Wait and check log

The sync takes some time, so you will need to check later. The log should end with "Syncing to Maven Central (this could take a while)" - or something similar.

Changelog

1.0.0-2

  • Fixed README

1.0.0-1 - 2020-10-28

  • New artifact name.