Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/altair-bueno/dayax

Simple and experimental scriptable web server, based on Lua, Rust and Axum
https://github.com/altair-bueno/dayax

axum http http-server lua rust

Last synced: 8 days ago
JSON representation

Simple and experimental scriptable web server, based on Lua, Rust and Axum

Awesome Lists containing this project

README

        

# Dayax

Simple and experimental scriptable web server, based on Lua, Rust and Axum

## Usage

## Server

```sh
cargo run -- path/to/lua/script
```

The examples directory includes some examples

## Library

dayax isn't available on crates.io at the moment, but you can point Cargo to the
Github repository. Note: the main branch moves fast and isn't stable

```toml
[dependencies.dayax]
git = "https://github.com/Altair-Bueno/dayax"
```

For usage examples, check [dayax-server](crates/dayax-server)'s source