Code Monkey home page Code Monkey logo

monix's Introduction

Monix

Reactive Programming for Scala and Scala.js.

Build Status Coverage Status Scala.js Maven Central

Gitter

NOTE: renamed from Monifu, see issue #91 for details.

Overview

Monix is a high-performance Scala / Scala.js library for composing asynchronous and event-based programs using observable sequences that are exposed as asynchronous streams, expanding on the observer pattern, strongly inspired by ReactiveX, but designed from the ground up for back-pressure and made to cleanly interact with Scala's standard library and compatible out-of-the-box with the Reactive Streams protocol.

Highlights:

  • exposes the kick-ass Observable, Task and Coeval
  • modular, only use what you need
  • the core has no third-party dependencies
  • strives to be idiomatic Scala and encourages referential transparency, but is built to be faster than alternatives
  • accepted in the Typelevel incubator
  • designed for true asynchronicity, running on both the JVM and Scala.js,
  • really good test coverage and API documentation as a project policy

Usage

See monix-sample for a project exemplifying Monix used both on the server and on the client.

Dependencies

The packages are published on Maven Central.

  • Current stable release: 1.2
  • Current beta release: 2.0-RC6

For the stable release (use the %%% for Scala.js):

libraryDependencies += "org.monifu" %% "monifu" % "1.2"

For the beta/preview release (use at your own risk):

libraryDependencies += "io.monix" %% "monix" % "2.0-RC6"

Sub-projects

Monix 2.0 is modular by design, so you can pick and choose:

  • monix-types exposes type-classes and shims needed for integration with other FP libraries (Cats, Scalaz)
  • monix-execution exposes the low-level execution environment, or more precisely Scheduler, Cancelable and CancelableFuture
  • monix-eval exposes Task, Coeval and depends on monix-execution and monix-types
  • monix-reactive exposes Observable streams and depends on monix-eval and monix-types
  • monix provides all of the above

Optional packages:

  • monix-cats provides integration with Cats and depends on monix-types

Documentation

NOTE: The documentation is a work in progress. All documentation is hosted at, contributions are welcome:

API Documentation:

Presentations:

Maintainers

The current maintainers (people who can help you) are:

Contributing

The Monix project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that Monix is licensed with (Apache 2.0, see LICENSE.txt).

People are expected to follow the Typelevel Code of Conduct when discussing Monix on the Github page, Gitter channel, or other venues.

Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also gladly accepted. For more information, check out the contributor guide.

License

All code in this repository is licensed under the Apache License, Version 2.0. See LICENCE.txt.

Acknowledgements

YourKit supports the Monix project with its full-featured Java Profiler. YourKit, LLC is the creator [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) and [YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp), innovative and intelligent tools for profiling Java and .NET applications.

Development of Monix has been initiated by Eloquentix engineers, with Monix being introduced at E.ON Connecting Energies, powering the next generation energy grid solutions.

monix's People

Contributors

alexandru avatar aoprisan avatar creyer2 avatar flashingpumpkin avatar ngbinh avatar gitter-badger avatar

Watchers

Raghu Vamshi Challa avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.