Skip to content

reactors-io/reactors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e605e14 · Feb 3, 2018
Dec 11, 2017
Jan 27, 2018
Jun 14, 2017
Aug 13, 2017
Jul 21, 2017
Dec 26, 2016
Jul 20, 2017
Apr 24, 2017
Jun 29, 2017
Aug 16, 2017
May 14, 2017
Jan 26, 2018
Jun 21, 2017
May 16, 2017
Jan 16, 2016
Feb 28, 2017
Apr 14, 2016
Dec 26, 2014
Jan 25, 2018
May 28, 2014
Dec 11, 2017
Dec 11, 2017
May 17, 2017
Dec 26, 2016

Repository files navigation

CI service Status Description
Travis Build Status Linux container tests
Maven Maven Artifact Artifact on Maven

Reactors.IO is a concurrent, distributed programming framework based on asynchronous event streams.

Usage

Add the following line to your SBT project definition:

libraryDependencies ++= Seq("io.reactors" %% "reactors" % "0.8")

Then, import the io.reactors package in your project:

import io.reactors._

Alternatively, you can download the artifact from Maven. To learn how to write reactor-based programs, please read the tutorial.

Contributing

You will need to install SBT build tool on your system. Once you do that, go to your project folder, and run:

$ sbt

Within the sbt shell, you can compile the code:

> compile

You can start continuous compilation whenever your code changes:

> ~compile

After making changes, submit a pull request to the reactors repo at GitHub. Tests will be run automatically, and your contribution will be reviewed. If you want to run tests locally, run test or testOnly <name-of-test> in the SBT shell.

Discussion

Room on Gitter chat: Join the chat at https://gitter.im/reactors-io/reactors

Mailing list: Google Groups

Twitter: Reactors.IO