An open API service indexing awesome lists of open source software.

https://github.com/tolitius/jerl

making Java and Erlang friends that have a lot to talk about
https://github.com/tolitius/jerl

Last synced: 8 months ago
JSON representation

making Java and Erlang friends that have a lot to talk about

Awesome Lists containing this project

README

          

# What is "Jerl"? ##

"Jerl" is starting out as a set of examples and metrics on Java and Erlang talking to each other

### Intro

A simple example on how to send a message form Erlang to Java: [README](https://github.com/tolitius/jerl/blob/master/intro/README.markdown)

### Bomb Count

A build up of the "Intro" example that counts received messages on a Java side and sends the count back to the Erlang process: [README](https://github.com/tolitius/jerl/blob/master/bomb_count/README.markdown)