329b177850
effortlessly scalable, concurrent web applications. It is an event driven application framework that runs on the JVM - a run-time with real concurrency and unrivalled performance. Vert.x then exposes the API in Ruby, Java, Groovy, JavaScript and Python. So you choose what language you want to use. WWW: http://vertx.io/
14 lines
400 B
Text
14 lines
400 B
Text
**************************************************************
|
|
|
|
If you want to use Ruby with Vert.x you will need to install
|
|
the json Ruby Gem since this is used in Vert.x.
|
|
You can do this by running
|
|
|
|
jruby -S gem install json
|
|
|
|
When you deinstall Vert.x, you can then remove that Ruby Gem
|
|
by running
|
|
|
|
jruby -S gem uninstall json
|
|
|
|
**************************************************************
|