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
- Host: GitHub
- URL: https://github.com/tolitius/jerl
- Owner: tolitius
- Created: 2011-08-25T05:18:48.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-02-20T15:37:33.000Z (over 12 years ago)
- Last Synced: 2025-01-06T13:49:52.164Z (9 months ago)
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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)