Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/altair-bueno/dayax
- Owner: Altair-Bueno
- Created: 2023-01-12T20:27:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T17:45:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:42:18.265Z (2 months ago)
- Topics: axum, http, http-server, lua, rust
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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