Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alchemy-swift/alchemy

Modern, batteries included web framework for Swift.
https://github.com/alchemy-swift/alchemy

alchemy framework fullstack-swift server server-side-swift swift swift-nio swift-server web-framework

Last synced: about 2 months ago
JSON representation

Modern, batteries included web framework for Swift.

Awesome Lists containing this project

README

        






A modern, batteries included web framework for Swift.


Swift Version
Latest Release
License

---

```swift
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](https://alchemyswift.com).

## Contributing

You can report bugs, suggest features, or just say hi on [Github discussions](https://github.com/alchemy-swift/alchemy/discussions) and [Discord](https://discord.gg/74Bq29q22u).

##

👋 Thanks for checking out Alchemy!