Skip to content

Nicell/lynx

Repository files navigation

🐈 Lynx

Documentation ⚡️ lynx.land

Lynx is a simple and fast Luau web framework for Lune. Lynx is inspired by Hono and shares a similar API.

local app = Lynx.new()

app:get('/', function(c)
	return c:text('Lynx!')
end)

app:serve()

Features

  • 🧩 Simple API - Convenient methods for creating routes and generating a response
  • ⚡️ Fast Routing - Efficient routing using a radix tree
  • 📦 Intuitive Middleware - Extend request handling easily

Documentation

Read the documentation at lynx.land.

About

A Simple and Fast Luau Web Framework for Lune

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages