Skip to content

Latest commit

 

History

History
68 lines (54 loc) · 3.46 KB

README.md

File metadata and controls

68 lines (54 loc) · 3.46 KB

Fusion Tutorial

All project updates are published on its Discord Server; it's also the best place for Q/A.
Build codecov NuGetVersion Discord Server

This is an interactive tutorial for [Fusion] - a .NET library trying to make real-time a new normal for any connected apps. And although you can simply browse it, you can also run and modify any C# code featured here. All you need is Try .NET or Docker.

The simplest way to run this tutorial:

Alternatively, you can run it with dotnet try CLI tool:

Tutorial

The code based on Fusion might look completely weird at first - that's because it is based on abstractions you need to learn about before starting to dig into the code.

Understanding how they work will also eliminate a lot of questions you might get further, so we highly recommend you to complete this tutorial before digging into the source code of Fusion samples.

Without further ado:

Finally, check out:

Join our Discord Server to ask questions and track project updates.