Skip to content

InfoSec812/summit-lightning-eventbus-bridges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x Event Bus Bridge Examples

Overview

Demonstrates the use of the SockJS EventBus bridge and the Twitter Rx client to build a real-time Twitter status streaming web application.

Build

mvn clean package vertx:package

Run In Development Mode

mvn compile vertx:run

Run Application

java -jar target/extended-eventbus-<VERSION>.jar run com.redhat.labs.vertx.eventbus.MainVerticle --conf config.json

Configuration

  • Sign Up for Twitter Developers
  • Create a new Twitter App
  • Copy config.example.json to config.json
  • Replace the values in the config.json file with the settings from your Twitter application profile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published