What makes Wing a good fit for cloud development? 🌟
Wing was built from the ground up to make it an ideal choice for building applications on any cloud. It includes an assembly of different features that serve that purpose:
- Cloud services as first-class citizens, with phase modifiers for config or runtime (
preflight
andinflight
). - Higher level of cloud abstraction with a standard library.
- Distributed computing primitives.
- Compiler plugins that can be used to customize the compilation output, such as infrastructure definitions.
- JavaScript interoperability.
- Automatic generation of IAM policies and other cloud mechanics based on intent.
- Native JSON and schema validation support.
- Default immutability.
- Implicit async, explicit defer.
For a more in-depth look at Wing's features and benefits, check out our documentation.