there is no easy way to use native extensions in jruby. native extensions call c-code, which cannot be called in jruby without its implementation in java. in addition, several extensions see jruby ports, such as EventMachine, which you mentioned.
, , gem/extension jruby, - ,