-
Updated
Apr 29, 2022 - C#
#
actors
Here are 404 public repositories matching this topic...
Cloud Native application framework for .NET
distributed-systems
actors
dotnet
actor-model
concurrency
cloud-computing
cloud-native
distributed-actors
orleans
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
go
golang
distributed-systems
actors
akka
protobuf
cross-platform
clustering
actor-model
distributed-computing
grpc
-
Updated
Apr 29, 2022 - Go
An Open Source Implementation of the Actor Model in C++
-
Updated
Apr 29, 2022 - 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
Jun 15, 2021 - Kotlin
an actor based Framework for creating microservices using technologies and design patterns of Erlang/OTP in Golang
go
golang
distributed-systems
framework
erlang
elixir
otp
actors
microservice
worker
beam
actor-model
supervisor
distributed
rpc
interop
mesh
microservices-architecture
otp-applications
erlang-node
-
Updated
Apr 19, 2022 - Go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
Apr 29, 2022 - C#
nact ⇒ node.js + actors ⇒ your services have never been so µ
-
Updated
Apr 9, 2022 - TypeScript
Open
Top Lists search
7
docgonzo2015
commented
Jul 10, 2021
HI!
Can i search for a top xxx list of imdb? Like https://www.imdb.com/chart/boxoffice
Or : Top 50 Action Movies and TV Shows -> https://www.imdb.com/search/title/?pf_rd_m=A2FGELUUNOQJNL&pf_rd_p=cd28805a-4e91-4f0f-b066-0db5ff4dd1a7&pf_rd_r=X01CCXMVAGJKXP0CPN2K&pf_rd_s=right-6&pf_rd_t=15506&pf_rd_i=boxoffice&ref_=chtbo_gnr_1&genres=action&explore=title_type,genres
Self-paced training course to learn Akka.NET fundamentals from scratch
-
Updated
Apr 1, 2022 - C#
Fibers, Channels and Actors for Clojure
-
Updated
Feb 5, 2020 - Clojure
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
-
Updated
Nov 24, 2021 - Rust
Java/Scala Examples from the book - Akka Essentials
-
Updated
Jan 7, 2022 - Java
workflow
actors
unity
management
unity-editor
unity3d
unity-scripts
ecs
entity-component-system
innovation
entity
game-framework
actor
unity-engine
gameobject
unity3d-framework
entity-component-architecture
unity-framework
unity-objects
ecs-signals
pooling-gameobjects
-
Updated
Dec 19, 2021 - C#
Node.js actor framework.
-
Updated
Apr 27, 2022 - JavaScript
a cqrs and event sourcing framework for dotnet core using akka.net
microsoft
microservices
actors
akka
cqrs
csharp
clustering
ddd
domain-driven-design
event-sourcing
primitives
dotnet-core
event-driven
opinions
concept
netstandard
akkadotnet
actorsystem
cqrs-pattern
hocon-configuration
-
Updated
Nov 5, 2021 - C#
-
Updated
Feb 24, 2022 - F#
Project homepage. wasmCloud allows for simple, secure, distributed application development using WebAssembly actors and capability providers.
-
Updated
Mar 15, 2022 - Rust
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka/
-
Updated
Mar 6, 2022 - C#
Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation.
notifications
platform
framework
actors
open-data
open-science
social-networking
hashtags
mentions
locations
social-graph
knowledge-sharing
social-network-graph
graph-architecture
location-graph
social-apps
anahita
anahita-apps
-
Updated
Apr 24, 2022 - PHP
-
Updated
Dec 10, 2021 - Java
distributed Actors for Java 8 / JavaScript
-
Updated
Apr 12, 2022 - Java
Peer-to-peer cluster implementation for Swift Distributed Actors
-
Updated
Apr 11, 2022 - Swift
Calvin is an application environment that lets things talk to things, among other things.
-
Updated
Aug 13, 2020 - Python
CQRS-DDD-Actor framework for Node.js
-
Updated
Nov 5, 2019 - TypeScript
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
Apr 25, 2022 - C++
Python Actor concurrency library
-
Updated
Feb 22, 2022 - Python
Improve this page
Add a description, image, and links to the actors topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the actors topic, visit your repo's landing page and select "manage topics."
If a new
Environment
is created, processes inside of it will not have access to any command line arguments or environment variables by default. They need to be added to theConfigEnv
struct from which theEnvironment
is created. Currently this is only possible from the host, but is not exposed as a [host function