vertx-effect
Effect library
A library that enables functional effects in the Vert.x ecosystem using actor model principles and persistent data structures.
Vertx-effect brings functional effects to the Vert.x ecosystem and is inspired by Erlang’s actor model. Its manifesto emphasizes principles such as maximizing the use of verticles for scalability, maintaining single responsibility for each verticle, and prioritizing simplicity to enhance reliability and ease debugging.
2 stars
1 watching
0 forks
Language: Java
last commit: about 2 months ago
Linked from 1 awesome list
erlangfunctional-programmingjavajson-valuespersistent-data-structurevertxvertx-valuesvertx3
Related projects:
Repository | Description | Stars |
---|---|---|
imrafaelmerino/vertx-mongo-effect | Enables interaction with MongoDB in a functional and reactive style, integrating with Vertx-effect. | 0 |
vert-x3/vertx-rx | A library that extends Vert.x with support for reactive programming using Rx libraries | 148 |
imrafaelmerino/vertx-values | Improves Vert.x's JSON handling by providing codecs for immutable JSON objects. | 3 |
atmosphere/atmosphere-vertx | A toolkit for building WebSocket and HTTP servers with reactive programming capabilities | 41 |
giginet/rxspritekit | A framework providing reactive extensions to SpriteKit, enabling developers to write more expressive and maintainable code. | 131 |
leonoel/missionary | A toolkit providing referentially transparent operators for reactive dataflow programming in Clojure/Script | 699 |
reactiverse/aws-sdk | A Vertx NIO-based client library for using AWS SDK v2 in non-blocking, scalable applications. | 49 |
juanavelez/vertx-util | A collection of utility methods for working with Vert.x | 2 |
reactiverse/vertx-maven-plugin | A tool for automating build processes and enhancing development workflows for Vert.x applications | 74 |
alexlafroscia/ember-rx | A JavaScript library that integrates the RxJS 6 reactive programming library into Ember.js applications | 9 |
tomasmikula/reactfx | A Java library for working with reactive event streams and observable values in JavaFX applications. | 375 |
reactivex/rxjavastring | A library providing RxJava string manipulation operators. | 129 |
reactivex/rxnetty | A library that adapts the Reactive Extensions (Rx) framework to Netty, allowing developers to write asynchronous, event-driven network applications. | 1,382 |
lihaoyi/scala.rx | A change propagation library for Scala that simplifies reactive programming by automatically updating dependent variables when their dependencies change. | 984 |