README.md in cuboid-0.2.4.2 vs README.md in cuboid-0.2.5
- old
+ new
@@ -1,15 +1,18 @@
-# Cuboid Framework -- a decentralized distributed framework in Ruby.
+# Cuboid Framework -- a decentralized & distributed computing framework in Ruby.
## Summary
The Cuboid Framework offers the possibility of easily creating decentralized and
distributed applications in Ruby.
In hipper terms, you can very easily setup your own specialized _Cloud_ or
_Cloud_ within a _Cloud_.
+In older-fashioned terms you can build load-balanced, on-demand, clustered applications and even super-computers --
+see [Peplum](https://github.com/peplum/).
+
It offers:
* Load-balancing of _**Instances**_ via a network (_**Grid**_) of _**Agents**_.
* No need to setup a topology manually, _**Agents**_ will reach
convergence on their own, just point them to an existing _**Grid**_ member.
@@ -260,11 +263,12 @@
_You can replace `host1` with `localhost` and run all examples on the same machine._
## Users
-* [QMap](https://github.com/qadron/qmap) -- A distributed network mapper/security scanner.
-* [Peplum](https://github.com/peplum/peplum) -- A cluster/supercomputer builder.
+* [QMap](https://github.com/qadron/qmap) -- A distributed network mapper/security scanner powered by [nmap](http://nmap.org/).
+* [Peplum](https://github.com/peplum/peplum) -- A distributed parallel processing solution -- allows you to build Beowulf
+(or otherwise) clusters and even super-computers.
## License
Please see the _LICENSE.md_ file.