The F-P
library uses sbt for building and
testing. Distributed tests and examples are supported using the
sbt-multi-jvm sbt plug-in.
Homepage: http://lampwww.epfl.ch/~hmiller/f-p
Examples and tests can be launched from the sbt prompt:
> project samples
[info] Set current project to f-p samples (in build file:/Users/nrm/Sources/f-p/)
> multi-jvm:run multijvm.cs.Example
The default F-P
realization is backed by [Netty](http://netty.io Netty). In order to
demonstrate our implementation agnostic approach, you can find at
samples/single-jvm/main/scala/actor
an [Akka](http://akka.io Akka)-based,
alternative realization.