@vertx/eventbus-bridge-client.js
v1.0.0-3-SNAPSHOT
Published
Vert.x Event Bus Bridge Client
Downloads
7,399
Maintainers
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
- Go to https://www.webjars.org/
- Click on Add a webjar
- In the dialog, select
NPM
as WebJar Type - Enter
@vertx/eventbus-bridge-client.js
in the NPM name text area - Select the new version
- Click on Deploy
- 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.