All Projects → vlingo → Vlingo Examples

vlingo / Vlingo Examples

Licence: mpl-2.0
The VLINGO/PLATFORM examples demonstrating features and functionality available in the reactive components.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Vlingo Examples

Vlingo Actors
The VLINGO/PLATFORM type-safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.
Stars: ✭ 196 (+61.98%)
Mutual labels:  actor-model, actors, jvm
Orbit
Orbit - Virtual actor framework for building distributed systems
Stars: ✭ 1,585 (+1209.92%)
Mutual labels:  actor-model, actors, jvm
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 (-79.34%)
Mutual labels:  actors, jvm, actor-model
Jni By Examples
🎇Fun Java JNI By Examples - with CMake and C++ (or C, of course!) ‼️ Accepting PRs
Stars: ✭ 99 (-18.18%)
Mutual labels:  examples, example-project, jvm
Nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 848 (+600.83%)
Mutual labels:  actor-model, actors
Riker
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
Stars: ✭ 745 (+515.7%)
Mutual labels:  actor-model, actors
Mruby Actor
A actor library for distributed mruby
Stars: ✭ 11 (-90.91%)
Mutual labels:  actor-model, actors
Akka Bootcamp
Self-paced training course to learn Akka.NET fundamentals from scratch
Stars: ✭ 880 (+627.27%)
Mutual labels:  actor-model, actors
Pulsar
Fibers, Channels and Actors for Clojure
Stars: ✭ 885 (+631.4%)
Mutual labels:  actors, jvm
Actor4j Core
Actor4j is an actor-oriented Java framework. Useful for building lightweighted microservices (these are the actors themselves or groups of them). Enhanced performance of message passing.
Stars: ✭ 48 (-60.33%)
Mutual labels:  actor-model, actors
Play Java Websocket Example
Example Play Java application showing Websocket usage with Akka actors
Stars: ✭ 86 (-28.93%)
Mutual labels:  example-project, jvm
Example Ios Apps
 A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Stars: ✭ 461 (+280.99%)
Mutual labels:  examples, example-project
Quasar
Fibers, Channels and Actors for the JVM
Stars: ✭ 4,349 (+3494.21%)
Mutual labels:  actors, jvm
Wasmcloud
wasmCloud is a universal host runtime for actors built with WebAssembly and capability providers
Stars: ✭ 116 (-4.13%)
Mutual labels:  actor-model, actors
Protoactor Go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 3,934 (+3151.24%)
Mutual labels:  actor-model, actors
Play Samples
Stars: ✭ 335 (+176.86%)
Mutual labels:  example-project, jvm
Actix Remote
Distributed actors for actix framework.
Stars: ✭ 80 (-33.88%)
Mutual labels:  actor-model, actors
So 5 5
SObjectizer: it's all about in-process message dispatching!
Stars: ✭ 87 (-28.1%)
Mutual labels:  actor-model, actors
ArduRTOS
Real Time Operating System Lessons using Arduino and The FreeRTOS Kernel
Stars: ✭ 46 (-61.98%)
Mutual labels:  examples, example-project
Calvin Base
Calvin is an application environment that lets things talk to things, among other things.
Stars: ✭ 282 (+133.06%)
Mutual labels:  actor-model, actors

vlingo-examples

Gitter chat Build

The VLINGO/PLATFORM examples demonstrating features and functionality available in the reactive components. See each of the submodules for specific examples.

Docs: https://docs.vlingo.io

Building snapshots

To build examples from this repository you'll need access to VLINGO snapshot builds on GitHub Packages.

GitHub requires authentication with a Personal Access Token to use their Maven repository. In order to build VLINGO examples locally, you will need to configure the following in your ~/.m2/settings.xml:

<settings>
  <servers>
    <server>
      <id>github</id>
      <username>GITHUB-USERNAME</username>
      <password>GITHUB-PERSONAL-ACCESS-TOKEN</password>
    </server>
  </servers>
</settings>

Replace GITHUB-USERNAME with your GitHub username, and GITHUB-PERSONAL-ACCESS-TOKEN with your Personal Access Token. Personal Access Tokens can be created in Settings > Developer Settings > Personal Access Tokens on GitHub. Remember to create the token with read:packages scope.

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].