abhay / erlectricity forked from mojombo/erlectricity
- Source
- Commits
- Network (11)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
CONTRIBUTORS | Fri Mar 07 15:16:07 -0800 2008 | |
| |
History.txt | Fri Mar 07 15:16:07 -0800 2008 | |
| |
Manifest.txt | Fri Mar 07 15:40:39 -0800 2008 | |
| |
README.txt | ||
| |
Rakefile | Fri Mar 07 15:18:47 -0800 2008 | |
| |
examples/ | ||
| |
ext/ | ||
| |
lib/ | ||
| |
setup.rb | Fri Mar 07 15:16:07 -0800 2008 | |
| |
test/ |
README.txt
= Erlectricity - An Erlang -> Ruby bridge that operates using erlang ports
== DESCRIPTION:
Erlectricity is a library for ruby that implements a an API with which to interact with Erlang through the ports system
in a more natural way. It allows you to integrate ruby code as you would any other process in the erlang ecosystem.
== REQUIREMENTS:
* concurrent (0.0.2) gem
INSTALL:
sudo gem install erlectricity

