SaaSHub helps you find the best software and product alternatives Learn more →
Tye Alternatives
Similar projects and alternatives to tye
-
dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
-
draft
A tool for developers to create cloud-native applications on Kubernetes. (by Azure)
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
-
Refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
zeebe-dapr-example
An example that allows to orchestrate Dapr microservices with the Zeebe process engine.
-
awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
-
-
react-hook-form
📋 React Hooks for form state management and validation (Web + React Native)
-
react-query
🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]
-
-
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
-
-
Entity Framework
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
-
-
devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
tye reviews and mentions
-
Docker-compose vs bridge to kubernetes for local development with debugging
I think it's a good option or docker compose with your services only. Maybe check out project tye. Although it seems abandoned.
-
Good nuget packages or GitHub repos to check out?
https://github.com/dotnet/tye for starting up many services/projects and tying them all together
-
The complexity of launching local environment
Docker, and check out also Tye https://github.com/dotnet/tye
- Start Podman on WSL2 in 4 steps
-
Local iis vs docker env, pros and cons?
Or start all five with one command using https://github.com/dotnet/tye ! Same idea. Less typing.
You should use project tye. It was built for this use case. You can spin up all 5 with a single command. As if you ran dotnet watch run on each. You can add sql server or elastic search pretty easily. It works with webpack projects but is a bit janky. We use it to spin up 3 .net web apps, a react frontend, sql and elastic. All with a single command. https://github.com/dotnet/tye
-
Why Microsoft itself doesn't use Blazor?
The dotnet team at least does use it in a number of stuff. Tye's dashboard UI uses Blazor server, and if I recall some parts of MS docs uses Blazor WASM to evaluate C# code in the browser. dotnet live and https://themesof.net/ uses Blazor server as well.
-
Microservices with .NET 5
+1 on dapr - also checkout Tye as well
-
What are the most important/have-to-be-known/most useful tools or NuGet packages used for developing C#/.NET web apps?
https://github.com/dotnet/tye because if you have a project that includes a webpack build for the frontend, two separate .net core web apps, and you want it to log into elastic it can be a pain to get them all running. You can set up a tye config and start all those processes with a single command. Don't forget to start it in watch mode so your c# recompiles automatically too. Theoretically this can also be done in docker, but I've yet to figure out how to do that while getting debugging + watch working.
-
Microsoft Draft discontinued?
I am guessing they dropped it in favour of https://github.com/dotnet/tye
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea59133bc0>
www.saashub.com | 3 Feb 2023
Stats
dotnet/tye is an open source project licensed under MIT License which is an OSI approved license.