Skip to content

Aurora is a simple web framework for the Lune Runtime inspired by Express

License

Notifications You must be signed in to change notification settings

jonas-arensmann/aurora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurora


A Web Framework for Luau using the Lune Runtime

It is inspired by Express

Example

Install Aurora using Farmer

farmer init aurora-example
cd aurora-example
farmer add aurora
local aurora = require("@aurora/")

-- GET request to /
aurora.get("/", function(req, res)
    res.send("Hello World")
end)

aurora.serve() -- runs the server on port 8080

Getting Started

Head over to the Getting Started page to get started with Aurora

About

Aurora is a simple web framework for the Lune Runtime inspired by Express

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages