Swiftpack.co - alchemy-swift/alchemy as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by alchemy-swift.
alchemy-swift/alchemy v0.4.0
Modern, batteries included web framework for Swift.
⭐️ 325
🕓 1 year ago
macOS linux macOS iOS
.package(url: "https://github.com/alchemy-swift/alchemy.git", from: "v0.4.0")

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!

GitHub

link
Stars: 325
Last commit: 32 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

v0.4.0
1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alchemy-swift/alchemy/compare/v0.3.2...v0.4.0

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics