Showing 30 open source projects for "actor"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    Actix

    Actix

    Actor framework for Rust

    Actor framework for Rust. Actix uses the Tokio runtime. System::new() creates a new event loop. System.run() starts the Tokio event loop, and will finish once the System actor receives the SystemExit message. Spawning a new actor is achieved via the start and create methods of the Actor trait. It provides several different ways of creating actors; for details, check the docs. You can implement the started, stopping and stop methods of the Actor trait. started gets called when the actor starts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    protoactor-go

    protoactor-go

    Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

    Built on cloud-native technologies. Taking advantage of proven stability and performance. Asynchronous and Distributed by design. High-level abstractions like Actors and Virtual Grains. Capable of millions of messages per second cross-process communication. Write systems that self-heal using supervisor hierarchies. The Actor Model provides a higher level of abstraction for writing concurrent and distributed systems. It alleviates the developer from having to deal with explicit locking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Moon

    Moon

    A lightweight game server framework implemented with Actor Model

    Moon is a lightweight game server framework based on the actor model. One worker thread can have one or more actors (services), which communicate with each other through message queues. There are many features for game server development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SwiftPamphletApp

    SwiftPamphletApp

    SwiftUI + Combine + Swift Concurrency Aysnc/Await Actor + GitHub API

    Dai Ming's development brochure, a living development manual. macOS app developed with SwiftUI + Combine + Swift Concurrency Aysnc/Await Actor + GitHub API. Pull the code. Directly compile and generate a manual program without Github function. If you want to use the Github function, you can add your GitHub Access Token to gitHubAccessToken in SwiftPamphletAppConfig.swift. Get the GitHub Access Token at Personal Access Tokens here. Remember to tick repo and user in scope. Both Xcode and macOS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 5
    Django Notifications

    Django Notifications

    GitHub notifications alike app for Django

    django-notifications is a GitHub notification alike app for Django, it was derived from django-activity-stream. Notifications are actually actions events, which are categorized by four main components. To generate a notification anywhere in your code, simply import the notify signal and send it with your actor, recipient, and verb. Generating notifications is probably best done in a separate signal. Using django-model-utils, we get the ability to add queryset methods to not only the manager...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EasyZSwoole

    EasyZSwoole

    swoole, easyswoole, swoole framework

    ...、 Many components such as the Memcached client, the co-process view engine, JWT, the co-process RPC, the co-process SMTP client, the co-process HTTP client, the co-process Actor, and the Crontab timer. Let developers write multi-process, step-by-step, and high-available application services with the lowest learning cost and effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Gleam

    Gleam

    A friendly language for building type-safe, scalable systems!

    Gleam's powerful static type system helps find and prevent bugs at compile time, long before it reaches your users. It also serves as a productive refactoring tool, enabling programmers to confidently make large changes to unfamiliar code, quickly and with low risk. For problems, the type system can't solve (such as your server being hit by a bolt of lightning) the Erlang virtual machine provides well-tested mechanisms for gracefully handling failure. Hunting down bugs can be stressful so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Orleans

    Orleans

    Orleans is a cross-platform framework for building distributed apps

    ... cloud services and other distributed applications. For this reason, Orleans has often been referred to as "Distributed .NET". It was created by Microsoft Research and introduced the Virtual Actor Model as a novel approach to building a new generation of distributed systems for the Cloud era. The core contribution of Orleans is its programming model which tames the complexity inherent to highly-parallel distributed systems without restricting capabilities or imposing onerous constraints.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    scal

    scal

    Simple C++ Actor Library

    This library uses recent additions to C++ templates to implement the actor paradigm. This allows multi-threaded applications to be written without having to be concerned with things like mutexes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • 10
    SObjectizer

    SObjectizer

    It's all about in-process message dispatching!

    NOTE! This is an old home for SObjectizer and so5extra. Since Aug 2019 the development of SObjectizer and so5extra is moved to GitHub: https://github.com/Stiffstream/sobjectizer https://github.com/Stiffstream/so5extra SObjectizer is an in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels. SObjectizer allows the creation of a concurrent app as a set of agent-objects which interact with each other through asynchronous...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    Orbit

    Orbit

    Virtual actor framework for building distributed systems

    Orbit is a framework to write distributed systems using virtual actors on the JVM. A virtual actor is an object that interacts with the world using asynchronous messages. At any time an actor may be active or inactive. Usually the state of an inactive actor will reside in the database. When a message is sent to an inactive actor it will be activated somewhere in the pool of backend servers. During the activation process the actor’s state is read from the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    libagents

    libagents

    Multi-threaded C++11 Actor Model library

    libagents is a C++11 implementation of the "Actor Model" (http://en.wikipedia.org/wiki/Actor_model). The libagents API allows for a natural decoupling of the core application logic from the application shell, thus facilitating the development of easily portable applications. Tested with: * gcc-4.9.1_x86 (Qt-5.4.2_windows_x86) on WinXP_x86, Win7_x86, Win8.1_x64 * gcc-7.3.0_x64 (Qt-5.9.5_linux_x64) on Ubuntu18.04_x64
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    BLUI

    BLUI

    Rich HTML UI engine for UE4

    Rich HTML UI engine for UE4. A user widget (UMG) blueprint which embeds a BLU texture as an image brush. Contains various utility functions to allow loading and parsing urls easily. Call InitBluEye with starting url and browser window size to start this widget. See BluiWorldWidgetActorExample for an example of how it's used in practice. Encapsulated BluiWidget user widget in an actor. Drag and drop this actor into your scene and it will auto-spawn the required BluTickActor to make everything...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    aktrs

    aktrs

    Java actor library

    aktrs (pr: actors) is a Java application library implementing the Actor Model. It provides remote actors through TCP sockets (and SSL sockets), actor profiling, a Console and tunable logging. It's API is easy to use and its core is written in few lines of source code. aktrs requires Java version 1.5 or newer, has no additional dependencies and can be packaged into any application according to its GNU Lesser General Public License. Anyone is free to contribute with changes and redistribute them.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    The Panini Language

    The Panini Language

    Better Modularity, Better Concurrency

    This project makes the compiler and tools for the Panini language available. A central goal of the Panini language is to make concurrent programming easier and less error-prone. The main new feature in Panini is called a capsule. A capsule is like an actor but better because it largely retains the traditional approach for reasoning about programs as a sequence of operations, abstracts away all details of thread creation and locking, and supports fully-automatic compile-time analysis of common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Active Object real-time OS

    AO RTOS is small real time OS based on Active Object concurrency model

    AO-RTOS is a pure object-oriented small footprint real-time operating system for embedded devices. The project is using Active Object (or Actor) concurrency model and finite state machine (FSM) design template as implementation base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JActor

    JActor

    High Performance, Lock Free Java Actors

    JActor is a high-performance actor framework designed to make vertical scalability easy. JActor achieves its speed, in part, by almost always executing synchronously--though it is easy enough to force asynchronous processing when needed. JActor is divided into several GitHub projects: JActor - https://github.com/laforge49/JActor JID - https://github.com/laforge49/JID JFile - https://github.com/laforge49/JFile JANetty - https://github.com/kumarshantanu/JANetty
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is an actor-based framework for C++. Actors are light-weight objects, and they interact fully asynchronously with messages. It’s intended for multi-core processors only and doesn’t have any network routines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Testing tool for Semantic Bridges. Supports the evaluation of rule-based (SWRL) ontology mappings to provide trust in a distributed multi-actor environment with heterogeneous independent information models materialized in OWL ontologies. See QualiPSo.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    a web server written in gambit/scheme that implements push technology and abstracts it trought actor model, implements too a compiler of yera, a language to describe gui in terms of functional reactive programming.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    EasyActor

    C++ Actor Library

    The Actor model is a mathematical model of concurrent computation that treats "actors" as the universal primitives of concurrent digital computation. This library provides an easy to use approach for implementing actors in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CATCore

    CATCore

    This is distributed plugin framework for Scala

    What is a plug-in architecture? Simply speaking, it is a framework that will allow a program to "look for" add-in functionality at startup, and then allow that plug-in to cooperate with itself. CATCore (Component Architecture Toolkit, Corelib) is this and more. With CATCore you can load plugins that run in there own thread(Actor) and communicate with each other via messages. But also applications can forward messages to other applications. So plugsins loaded in one app can communicate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Capsule Framework is an actor based framework for event driven programming. The Capsule Framework simplifies the design and implementation of distributed and threaded applications and servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Friendly Object-Oriented Game Library , 2D Java Game Engine based on Slick2D and LWJGL. This library was designed for students and primer Java programmer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Actor provides a web-enabled, self-service user interface to run your scripts. You run a desktop application to setup your scripts in Actor. Your users get a web site where they access your scripts in a controlled, fail-safe manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next