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

jonasarensmann/aurora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurora logo

Aurora


A Web Framework for Luau using the Lune Runtime

It is inspired by Express

Example

local aurora = require("aurora/main")

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

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

Getting Started

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

🛈 Aurora is still in Development and not ready for Production

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published