An open API service indexing awesome lists of open source software.

https://github.com/pzaino/astra

ASTRA - Asynchronous Scalable Task and Resource Actors (in Rust)
https://github.com/pzaino/astra

actor-model grpc http persistent-storage rust rust-lang server-less tcp

Last synced: 4 months ago
JSON representation

ASTRA - Asynchronous Scalable Task and Resource Actors (in Rust)

Awesome Lists containing this project

README

          

# ASTRA - Asynchronous Scalable Task and Resource Actors

WIP - This is a work in progress and not yet ready for use.

ASTRA is a library for building applications using asynchronous actors. It is designed to be scalable and efficient, and to provide a simple and flexible API for building applications.

## Features

- Asynchronous actors
- Customizable backends (File, Memory, RDBMS, etc.)
- Scalable and efficient
- Simple and flexible API

## Installation

ASTRA is fully written in Rust and I'll make it available via crates.io soon.