Skip to content

Reactive programming is programming with asynchronous data streams.

Notifications You must be signed in to change notification settings

sirAlexander/shikanga-reactive-programming

Repository files navigation

Shikanga Reactive Programming

Reactive programming is programming with asynchronous data streams.

The reactive Manifesto

  1. Shikanga Vertx Starter

This is a simple application to get you started with the Vert.x toolkit.

The code features two processes running simultaneously. One process (vertx.setPeriodic()) writes a message to the console every two seconds, while the other (vertx.createHttpServer()) serves requests on HTTP port 8080.

Shikanga Vertx Starter