#
actor-model
Here are 455 public repositories matching this topic...
Orleans is a cross-platform framework for building distributed applications with .NET
distributed-systems
reactive
actor-model
scalability
concurrency
cloud-computing
distributed-actors
orleans
-
Updated
Jan 26, 2021 - C#
A work-in-progress, open-source, multi-player city simulation game.
-
Updated
Dec 15, 2020 - Rust
Actor framework for Rust.
-
Updated
Jan 2, 2021 - Rust
SeanTAllen
commented
Sep 8, 2020
It should be noted that it currently applies to all of the existing packages.
Port of Akka actors for .NET
-
Updated
Jan 26, 2021 - C#
coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
c
swift
ios
generator
objective-c
actor-model
asm
actor
await
arm64
objc
coroutine-library
coroutine
tuple
await-promises
-
Updated
May 29, 2020 - Objective-C
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
Jan 27, 2021 - Go
An Open Source Implementation of the Actor Model in C++
-
Updated
Jan 25, 2021 - C++
Orbit - Virtual actor framework for building distributed systems
kotlin
java
distributed-systems
reactive
actors
jvm
orbit
actor-model
distributed-actors
virtual-actors
grains
-
Updated
Sep 22, 2020 - Kotlin
Pykka is a Python implementation of the actor model, which makes it easier to build concurrent applications
-
Updated
Jan 9, 2021 - Python
Self-paced training course to learn Akka.NET fundamentals from scratch
-
Updated
Jan 21, 2021 - C#
nact ⇒ node.js + actors ⇒ your services have never been so µ
-
Updated
Jan 16, 2021 - JavaScript
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
-
Updated
Jan 12, 2021 - Rust
Minecraft server based on Orleans
-
Updated
Sep 19, 2020 - C#
A developing game server framework,based on Entity Component System(ECS).
lightweight
golang
websocket-server
websockets
actor-model
concurrency
ecs
entity-component-system
distributed
rpc
tcp-server
extensible
gameserver
udp-server
gameframework
-
Updated
Oct 31, 2019 - Go
ScaleCube Services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind)
distributed-systems
microservices
api-gateway
ipc
cluster
service-discovery
actor-model
reactive-streams
peer
k8s
low-latency
multicast-streams
failure
service-mesh
gossip-protocol
backpressure
reactive-microservices
aeron
scalecube-services
cluster-membership
reactor-netty
swim-protocol
reactor-aeron
-
Updated
Jan 12, 2021 - Java
QP/C real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
arm
framework
embedded
state-machine
actor-model
statechart
actor
event-driven
rtos
arm-cortex-m4f
uml-state-machine
arm-cortex-m3
arm-cortex-m0
arm-cortex-m7
hierarchical-state-machine
embedded-c
qp
active-object
samek
-
Updated
Jan 26, 2021 - C
Distributed software platform for building stateful, massively real-time streaming applications.
distributed-systems
real-time
serverless
websockets
actor-model
serverless-framework
asynchronous-programming
streaming-api
microservices-architecture
stateful
streaming-data
non-blocking-io
decentralized-applications
web-agent
mesh-js
ux-js
-
Updated
Jan 25, 2021 - Java
A Cloud at the lowest level!
distributed-systems
cloud
microservices
reactive
fault-tolerance
actor-model
scalability
concurrency
soa
functional-reactive-programming
cloud-computing
distributed-actors
cloudi
-
Updated
Jan 21, 2021 - Erlang
Calvin is an application environment that lets things talk to things, among other things.
-
Updated
Aug 13, 2020 - Python
Coerce - an asynchronous (async/await) Actor runtime and cluster framework for Rust
rust
actors
scalable
async
asynchronous
cluster
actor-model
remote
distributed
tokio
await
async-await
tokio-rs
-
Updated
Jan 24, 2021 - Rust
An actor framework for Go
-
Updated
Dec 25, 2018 - Go
-
Updated
Jan 27, 2021 - C++
Python Actor concurrency library
-
Updated
Jan 25, 2021 - Python
softinio
commented
Dec 23, 2020
Scala 2.11 was removed in zio/zio-actors#89
Lets add it back now thar ZIO-NIO supports 2.11
A model checker for implementing distributed systems.
-
Updated
Jan 24, 2021 - Rust
reactive风格的微服务框架
-
Updated
Apr 14, 2020 - Java
The VLINGO/PLATFORM type-safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.
-
Updated
Dec 23, 2020 - Java
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.
csp
actors
cplusplus
cpp
actor-model
thread
concurrency
multithreading
pubsub
actor
concurrent-programming
publish-subscribe
agents
communicating-sequential-processes
message-passing
actor-library
cplusplus-17
actor-framework
sobjectizer
-
Updated
Jan 21, 2021 - C++
Improve this page
Add a description, image, and links to the actor-model topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the actor-model topic, visit your repo's landing page and select "manage topics."
ActorAdapter will ignore
null
message with "Adapter function returned null which is not valid as an .."However, this seems not be documented. For instance, scaladoc/javadoc of
pipeToSelf
could mention it as well as any other place where adapters are used.