Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c133cf7fa8 | |||
| 8377bb0ab0 | |||
| ed4120993a |
19
README.md
19
README.md
@@ -1 +1,18 @@
|
||||
refer to https://git.luau.software/luau.software/moana
|
||||
# Moana
|
||||
|
||||
A lightweight HTTP router and server framework for Luau.
|
||||
|
||||
## Installation
|
||||
|
||||
Clone the Git repo (`git clone https://git.luau.software/luau.software/moana`) and install [Lune](https://lune-org.github.io/docs/) via [Rokit](https://github.com/rojo-rbx/rokit) (`rokit install`)
|
||||
|
||||
## Usage
|
||||
|
||||
Refer to `test.luau` as well as `benchmark.luau` for real implementations to use as a reference.
|
||||
Most of the project is fully typechecked, so the usage APIs should be pretty clear.
|
||||
|
||||
Run tests with `lune run test`.
|
||||
|
||||
## License
|
||||
|
||||
MIT License
|
||||
44
pesde.lock
44
pesde.lock
@@ -1,44 +0,0 @@
|
||||
name = "moana/moana"
|
||||
version = "0.1.0"
|
||||
target = "luau"
|
||||
|
||||
[graph."corecii/greentea"."0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."corecii/greentea"."0.4.11 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."corecii/greentea"."0.4.11 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "corecii/greentea"
|
||||
version = "0.4.11"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."corecii/greentea"."0.4.11 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."kimpure/asciitable"."0.2.1 luau"]
|
||||
direct = ["asciitable", { name = "kimpure/asciitable", version = "^0.2.1" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."kimpure/asciitable"."0.2.1 luau".target]
|
||||
environment = "luau"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."kimpure/asciitable"."0.2.1 luau".dependencies]
|
||||
"corecii/greentea" = ["0.4.11 lune", "greentea"]
|
||||
|
||||
[graph."kimpure/asciitable"."0.2.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "kimpure/asciitable"
|
||||
version = "0.2.1"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."kimpure/asciitable"."0.2.1 luau".pkg_ref.dependencies]
|
||||
greentea = [{ name = "corecii/greentea", version = "^0.4.11", index = "https://github.com/pesde-pkg/index", target = "lune" }, "standard"]
|
||||
|
||||
[graph."kimpure/asciitable"."0.2.1 luau".pkg_ref.target]
|
||||
environment = "luau"
|
||||
lib = "src/init.luau"
|
||||
15
pesde.toml
15
pesde.toml
@@ -1,15 +0,0 @@
|
||||
name = "moana/moana"
|
||||
version = "0.1.0"
|
||||
description = "network"
|
||||
authors = ["me"]
|
||||
repository = "https://codeberg.org/moana"
|
||||
license = "MIT"
|
||||
|
||||
[target]
|
||||
environment = "luau"
|
||||
|
||||
[indices]
|
||||
default = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[dependencies]
|
||||
asciitable = { name = "kimpure/asciitable", version = "^0.2.1" }
|
||||
Reference in New Issue
Block a user