#
actors
Here are 394 public repositories matching this topic...
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
Dec 23, 2021 - Go
An Open Source Implementation of the Actor Model in C++
-
Updated
Jan 5, 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
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
Jan 2, 2022 - C#
a 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
Jan 4, 2022 - Go
nact ⇒ node.js + actors ⇒ your services have never been so µ
-
Updated
Jan 5, 2022 - TypeScript
Self-paced training course to learn Akka.NET fundamentals from scratch
-
Updated
Jan 2, 2022 - C#
Open
Top Lists search
6
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
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
Aug 11, 2021 - 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
Dec 5, 2021 - F#
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka/
-
Updated
Sep 14, 2021 - C#
wasmCloud allows for simple, secure, distributed application development using WebAssembly actors and capability providers.
-
Updated
Dec 20, 2021 - Rust
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
Dec 12, 2021 - PHP
-
Updated
Dec 10, 2021 - Java
distributed Actors for Java 8 / JavaScript
-
Updated
Dec 27, 2021 - Java
Peer-to-peer cluster implementation for Swift Distributed Actors
-
Updated
Dec 12, 2021 - 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
Python Actor concurrency library
-
Updated
Jan 27, 2021 - 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
Dec 18, 2021 - Rust
An actor framework for Go
-
Updated
Dec 25, 2018 - Go
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."
Currently, if you create an environment from a process that has the permission to call
lunatic::process::allow_namespaceit can give greater permissions to sub-processes spawned into the new environment than it has itself.The
lunatic::process::allow_namespacehost function should first check if we have permissions for the namespace before allowing us to add it to other environments. Simila