Compare commits

3 Commits
main ... main

Author SHA1 Message Date
c133cf7fa8 updated readme with basic info 2025-09-18 10:16:20 -06:00
8377bb0ab0 no longer used pesde at all, unneccesary files 2025-09-18 10:15:42 -06:00
ed4120993a removed that random line ??? 2025-09-18 10:14:21 -06:00
4 changed files with 19 additions and 63 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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" }

View File

@@ -25,6 +25,4 @@ end)
Server:start()
Net.request({url = 'http://localhost:3001/wow'})
Server:disconnect()
local thing
Server:disconnect()