Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Modern, batteries included web framework for Swift.
- Host: GitHub
- URL: https://github.com/alchemy-swift/alchemy
- Owner: alchemy-swift
- License: mit
- Created: 2020-03-09T06:21:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T21:02:02.000Z (3 months ago)
- Last Synced: 2024-07-28T19:26:33.765Z (3 months ago)
- Topics: alchemy, framework, fullstack-swift, server, server-side-swift, swift, swift-nio, swift-server, web-framework
- Language: Swift
- Homepage: https://alchemyswift.com
- Size: 1.48 MB
- Stars: 335
- Watchers: 12
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A modern, batteries included web framework for Swift.---
```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!