Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timewarpengineering/timewarp-architecture
A distributed application template for dotnet. Utilizing Blazor, Web API, gRPC, Tye, YARP etc.
https://github.com/timewarpengineering/timewarp-architecture
architecture blazor dotnet hacktoberfest
Last synced: 10 days ago
JSON representation
A distributed application template for dotnet. Utilizing Blazor, Web API, gRPC, Tye, YARP etc.
- Host: GitHub
- URL: https://github.com/timewarpengineering/timewarp-architecture
- Owner: TimeWarpEngineering
- Created: 2019-03-08T11:40:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T13:15:06.000Z (about 1 month ago)
- Last Synced: 2024-10-11T23:49:09.967Z (about 1 month ago)
- Topics: architecture, blazor, dotnet, hacktoberfest
- Language: C#
- Homepage: https://timewarpengineering.github.io/timewarp-architecture/
- Size: 10.4 MB
- Stars: 49
- Watchers: 5
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Dotnet](https://img.shields.io/badge/dotnet-6.0-blue)](https://dotnet.microsoft.com)
[![Stars](https://img.shields.io/github/stars/TimeWarpEngineering/blazor-state?logo=github)](https://github.com/TimeWarpEngineering/timewarp-architecture)
[![Discord](https://img.shields.io/discord/715274085940199487?logo=discord)](https://discord.gg/7F4bS2T)
[![workflow](https://github.com/TimeWarpEngineering/blazor-state/actions/workflows/release-build.yml/badge.svg)](https://github.com/TimeWarpEngineering/timewarp-architecture/actions)
[![NuGet](https://img.shields.io/nuget/v/TimeWarp.Architecture.svg)](https://www.nuget.org/packages/TimeWarp.Architecture/)
[![NuGet](https://img.shields.io/nuget/dt/TimeWarp.Architecture.svg)](https://www.nuget.org/packages/TimeWarp.Architecture/)[![Twitter](https://img.shields.io/twitter/follow/StevenTCramer.svg)](https://twitter.com/intent/follow?screen_name=StevenTCramer)
[![Twitter](https://img.shields.io/twitter/follow/TheFreezeTeam1.svg)](https://twitter.com/intent/follow?screen_name=TheFreezeTeam1)# TimeWarp Architecture
## timewarp-architecture
### Documentation
https://timewarpengineering.github.io/timewarp-architecture/
### Installation
```console
dotnet new --install TimeWarp.Architecture
```### Usage
```console
dotnet new timewarp-architecture -n MyTimeWarpApp
```## Content
The template creates the distributed app projects and their corresponding test projects.