All Projects → vlingo → Vlingo Actors

vlingo / Vlingo Actors

Licence: mpl-2.0
The VLINGO/PLATFORM type-safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Vlingo Actors

xoom-cluster
The VLINGO XOOM platform SDK cluster management for Reactive, scalable resiliency of JVM tools and applications running on XOOM LATTICE and XOOM ACTORS.
Stars: ✭ 25 (-87.24%)
Mutual labels:  actors, jvm, actor-model, reactive-programming
reacted
Actor based reactive java framework for microservices in local and distributed environment
Stars: ✭ 17 (-91.33%)
Mutual labels:  actors, actor-model, reactive-programming
Vlingo Examples
The VLINGO/PLATFORM examples demonstrating features and functionality available in the reactive components.
Stars: ✭ 121 (-38.27%)
Mutual labels:  actor-model, actors, jvm
Orbit
Orbit - Virtual actor framework for building distributed systems
Stars: ✭ 1,585 (+708.67%)
Mutual labels:  actor-model, actors, jvm
Quasar
Fibers, Channels and Actors for the JVM
Stars: ✭ 4,349 (+2118.88%)
Mutual labels:  actors, jvm
Protoactor Go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 3,934 (+1907.14%)
Mutual labels:  actor-model, actors
Nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 848 (+332.65%)
Mutual labels:  actor-model, actors
Sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
Stars: ✭ 172 (-12.24%)
Mutual labels:  actor-model, actors
gen browser
Transparent bi-directional communication for clients, servers and more
Stars: ✭ 67 (-65.82%)
Mutual labels:  actors, actor-model
Mruby Actor
A actor library for distributed mruby
Stars: ✭ 11 (-94.39%)
Mutual labels:  actor-model, actors
Pulsar
Fibers, Channels and Actors for Clojure
Stars: ✭ 885 (+351.53%)
Mutual labels:  actors, jvm
Calvin Base
Calvin is an application environment that lets things talk to things, among other things.
Stars: ✭ 282 (+43.88%)
Mutual labels:  actor-model, actors
So 5 5
SObjectizer: it's all about in-process message dispatching!
Stars: ✭ 87 (-55.61%)
Mutual labels:  actor-model, actors
Riker
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
Stars: ✭ 745 (+280.1%)
Mutual labels:  actor-model, actors
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-89.8%)
Mutual labels:  actors, actor-model
Akka Bootcamp
Self-paced training course to learn Akka.NET fundamentals from scratch
Stars: ✭ 880 (+348.98%)
Mutual labels:  actor-model, actors
Actix Remote
Distributed actors for actix framework.
Stars: ✭ 80 (-59.18%)
Mutual labels:  actor-model, actors
Wasmcloud
wasmCloud is a universal host runtime for actors built with WebAssembly and capability providers
Stars: ✭ 116 (-40.82%)
Mutual labels:  actor-model, actors
protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (+2011.22%)
Mutual labels:  actors, actor-model
theater
Actor framework for Dart. This package makes it easier to work with isolates, create clusters of isolates.
Stars: ✭ 29 (-85.2%)
Mutual labels:  actors, actor-model

vlingo-actors

Javadocs Build Download Gitter chat

The VLINGO/PLATFORM type safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.

Docs: https://docs.vlingo.io/vlingo-actors

Bintray

  <repositories>
    <repository>
      <id>jcenter</id>
      <url>https://jcenter.bintray.com/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>io.vlingo</groupId>
      <artifactId>vlingo-actors</artifactId>
      <version>1.5.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
dependencies {
    compile 'io.vlingo:vlingo-actors:1.5.0'
}

repositories {
    jcenter()
}

License (See LICENSE file for full license)

Copyright © 2012-2020 VLINGO LABS. All rights reserved.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Licenses for Dependencies

Agrona is open source licensed under Apache 2 by Real Logic, Inc. https://github.com/real-logic/agrona/blob/master/LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].