Alchemy Swift Alchemy Save

Modern, batteries included web framework for Swift.

Project README

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!

Open Source Agenda is not affiliated with "Alchemy Swift Alchemy" Project. README Source: alchemy-swift/alchemy
Stars
325
Open Issues
0
Last Commit
8 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating