freebsd-ports/www/vertx/pkg-message.jruby
Nicola Vitale 329b177850 Vert.x is the framework for the next generation of asynchronous,
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/
2012-08-10 20:29:30 +00:00

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
**************************************************************