Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.