Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/StardustDL/delights

A collection of useful tiny tools based on Modulight, a modular framework aimed to be low intrusive based on dependency injection for .NET 5, ASP.NET Core and Blazor.
https://github.com/StardustDL/delights

blazor blazor-webassembly dotnet graphql lazy-loading modular module razor-components

Last synced: about 2 months ago
JSON representation

A collection of useful tiny tools based on Modulight, a modular framework aimed to be low intrusive based on dependency injection for .NET 5, ASP.NET Core and Blazor.

Awesome Lists containing this project

README

        

# Delights

![](https://github.com/StardustDL/delights/workflows/CI/badge.svg) ![](https://img.shields.io/github/license/StardustDL/delights.svg)

Delights is a collection of useful tools in life.

> It's built on a light modular framework [Modulight](https://github.com/StardustDL/modulight).
>
> Visit [here](https://stardustdl.github.io/modulight/) for details about the modular framework.

## Project guide

- [Delights.UI](./src/Delights.UI/) UI hosting for modules.
- [Delights.Client](./src/Delights.Client/) Blazor Server hosting.
- [Delights.Client.WebAssembly](./src/Delights.Client.WebAssembly/) Blazor WebAssembly hosting.
- [Delights.Client.WebAssembly.Host](./src/Delights.Client.WebAssembly/) Blazor WebAssembly ASP.NET hosting.
- [ObjectStorage](./src/StardustDL.AspNet.ObjectStorage/) A module for Minio based object storage.
- [IdentityServer](./src/StardustDL.AspNet.IdentityServer/) A module for IdentityServer4 based authorization.