alchemy-swift / alchemy

Modern, batteries included web framework for Swift.

Home Page:https://alchemyswift.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A modern, batteries included web framework for Swift.

Swift Version Latest Release License


import Alchemy

@main
struct App: Application {
    func boot() {
        get("/hello") { req in
            "Hello, \(req["name"])!"
        }
    }
}

Documentation

For full documentation and to get started, visit alchemyswift.com.

Contributing

You can report bugs, suggest features, or just say hi on Github discussions and Discord.

đź‘‹ Thanks for checking out Alchemy!

About

Modern, batteries included web framework for Swift.

https://alchemyswift.com

License:MIT License


Languages

Language:Swift 95.1%Language:C 4.9%