@vertx/eventbus-bridge-client.js
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/vertx__eventbus-bridge-client.js package

1.0.0-3-SNAPSHOT • Public • Published

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.

Package Sidebar

Install

npm i @vertx/eventbus-bridge-client.js

Homepage

vertx.io

Weekly Downloads

1,385

Version

1.0.0-3-SNAPSHOT

License

Apache-2.0

Unpacked Size

13.4 kB

Total Files

3

Last publish

Collaborators

  • vertx