-
Notifications
You must be signed in to change notification settings - Fork 732
Closed
Description
Summary
Create Aspire templates that target developers building applications with a Python backend and a Javascript frontend. The goal is to provide a similar experience to the current .NET templates, making it easy for non-.NET developers to quickly start new Aspire applications with Python and Javascript resources.
Motivation
Currently, Aspire templates are tailored for .NET developers and .NET resources. There is a growing need to support developers who work with Python for backend services and Javascript for frontend applications. Providing dedicated templates will help onboard these developers, making Aspire accessible to a wider audience and facilitating rapid prototyping and development.
Desired Functionality
- New Aspire templates that scaffold projects with Python backend services and Javascript frontend applications.
- Streamlined developer experience similar to the existing .NET-based templates.
- Documentation and samples to illustrate usage and best practices.
davidfowl