-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Isaiah Peng edited this page Jul 22, 2015
·
8 revisions
Here are the resource to get you started with jubilee:
You can use all the ruby api shims of vert.x, following are the most outstanding features offered by vert.x, for the others, check out document on vert.x site. The only difference is that you should require the Vertx instance from Jubilee:
vertx = Jubilee.vertx
# instead of
vertx = Vertx::Vertx.vertx
Note that most of the functionality requires a vertx instance, which is only available when running in a vertx container or in jubilee server, e.g. it will throw NPE if the code is invoked by a rake task.