Alchemy
Modern, batteries included web framework for Swift.
Install / Use
/learn @alchemy-swift/AlchemyREADME
<p align="center">
<a href="https://alchemyswift.com/" target="_blank">
<img src="https://user-images.githubusercontent.com/6025554/132588005-5f8a6a94-ec15-4cab-9be9-1e90e86d374f.png" width="400">
</a>
</p>
<p align="center">
A modern, batteries included web framework for Swift.
</p>
<p align="center">
<a href="https://swift.org"><img src="https://img.shields.io/badge/Swift-5.8-orange.svg" alt="Swift Version"></a>
<a href="https://github.com/alchemy-swift/alchemy/releases"><img src="https://img.shields.io/github/release/alchemy-swift/alchemy.svg" alt="Latest Release"></a>
<a href="https://github.com/alchemy-swift/alchemy/blob/main/LICENSE"><img src="https://img.shields.io/github/license/alchemy-swift/alchemy.svg" alt="License"></a>
</p>
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!
