Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winglang/examples
Winglang examples
https://github.com/winglang/examples
Last synced: 12 days ago
JSON representation
Winglang examples
- Host: GitHub
- URL: https://github.com/winglang/examples
- Owner: winglang
- License: mit
- Created: 2023-05-03T07:33:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T10:56:04.000Z (3 months ago)
- Last Synced: 2024-08-20T17:25:34.545Z (3 months ago)
- Size: 4.37 MB
- Stars: 37
- Watchers: 14
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - winglang/examples - Winglang examples (Others)
README
# Winglang Examples
This repo contains full examples, tested against the most recent releases of Winglang. It serves as a showcase repo for real world use-cases.
## Examples
### Wing - Generic Winglang
- [Hello Wing](./examples/hello-wing)
- [HTTP Api Basic Auth](./examples/api-basic-auth/)
- [HTTP Api Basic Auth with Middleware](./examples/api-basic-auth-middleware/)
- [HTTP Api Server Side Rendered HTML](./examples/api-counter-ssr/)
- [Static Website using htmx with CORS API](./examples/static-website/)
- [Simple Stock Poller](./examples/stock-poller/)
- [Redis](./examples/redis)
- [S3 Backend](./examples/s3-backend)
- [Terraform Backend](https://github.com/winglang/terraform-backend) (dedicated repository)
- [React Website](./examples/react-website)
- [Todo](./examples/todo-app/)
- [Multiplayer Video Game](./examples/multiplayer-videogame/)### Wing - Typescript
- [Minimal Typescript SDK Demo](./examples/typescript/)
- [Typescript SDK meets HonoJS](./examples/typescript-hono/)### Wing - Provider Specific
- [Wing API with AWS Platform to enable X-Ray via Open Telemetry](./examples/provider-specific/api-xray-enabled)
- [AWS CDK Hello World](./examples/provider-specific/awscdk-hello-wing)
- [AWS CDK Docker Function](./examples/provider-specific/awscdk-docker-python-lambda)
- [Terraform Module](./examples/provider-specific/cdktf-terraform-hcl-module)
- [Github AWS OIDC Setup](https://github.com/winglang/github-aws-oidc) (dedicated repository)### Wing - AI
- [OpenAI Joker](./examples/openai-joker/)
## Contributing 🤝
Want to help Wing take flight? Check out our [contribution](https://github.com/winglang/wing/blob/main/CONTRIBUTING.md) guide to learn how to set up a development environment and contribute to the project. We appreciate your support and look forward to learning and building together.
For additional examples please go ahead and create a pull request in this repository.
## License 📜
Wing is licensed under the [MIT License](./LICENSE). Contributions are made under our [contribution license](https://docs.winglang.io/terms-and-policies/contribution-license.html).