#run #environments #different #applications #kubernetes #building #daemons

wora

A framework for building applications (daemons, etc) that run in different environments (Linux, Kubernetes, etc)

6 releases

new 0.0.6 Apr 27, 2024
0.0.5 Apr 13, 2024
0.0.2 Jul 6, 2023
0.0.1 Mar 19, 2023

#668 in Development tools

Download history 22/week @ 2024-02-25 27/week @ 2024-03-31 359/week @ 2024-04-07 53/week @ 2024-04-14

439 downloads per month

MIT/Apache

48KB
1K SLoC

wora

Write Once Run Anywhere (WORA): A Rust framework for building applications (daemons, etc) that run in different environments (Linux, Kubernetes, etc). Just like Java's claim, it really doesn't run everywhere. no_std or embedded environments are not supported.

Feature Tour:

  • abstracts over common boilerplate with an API
  • execute the same code in different executors (with or without recompiling)

Supports:

  • async based apps
  • Unix-like environments

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Rust >= 1.67

Usage

See examples/basic.rs

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

Acknowledgments

Dependencies

~13–45MB
~714K SLoC