Sha256: f8c172a44c030247b085d6d4f02d840c68f7f6fbe5952a515deee9da3d0657cb

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

# Mikka

Mikka is a thin Ruby wrapper around Akka. It makes Akka's Java API more pleasing to the Rubyist's eye.

## Work in progress

Mikka is a work in progress, but currently used in production. It currently mostly scratches my own itchs, but improvement suggestions and patches are welcome. 

Check out the `examples` directory for the basics. Start with the `hello_world.rb` example, it is extensively documented and goes through the basics.

If you make something that can serve as a useful illustration of some concept, please contribute by sending a patch.

## Requirements

Only tested in JRuby 1.6.3 and Ruby 1.9 mode (add `jruby --1.9` or set `JRUBY_OPTS='--1.9`).

The required Akka and Scala JARs are loaded from the [akka-actor-jars](https://rubygems.org/gems/akka-actor-jars) and [scala-library-jars](https://rubygems.org/gems/scala-library-jars) wrapper gems.

## Installation

    gem install mikka

## Contributors

Theo Hultberg, [@iconara](http://twitter.com/iconara)

## License

Mikka is licensed under the Apache 2 license, the same as Akka. See http://akka.io/docs/akka/1.1.2/project/licenses.html

## Mikka?

Mikka is a glacier close to the Akka massive.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mikka-1.1.1-java README.mdown
mikka-1.1.0-java README.mdown
mikka-1.0.1-java README.mdown
mikka-1.0.0-universal-darwin-11 README.mdown