Compare commits

...

5 Commits

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
aac2c3d04d added license 2025-09-18 13:45:53 +00:00
67151cb58f update readme for redirect 2025-09-17 16:55:40 +00:00
5 changed files with 26 additions and 62 deletions

View File

@@ -0,0 +1,7 @@
Copyright (c) 2025 cyclic (cyclic@luau.software)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -0,0 +1,18 @@
# 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()