Sharplab Clone Prototype
I wanna create a site like Sharplab in the hopes of possibly creating something more pleasant to use.
My goal is to embed the VSCode text editor with the C# grammar (for syntax highlighting) and the Roslyn LSP (for warnings and errors).
A major criterion to fulfill is fast loading of the page. I want to offer the ability to choose different versions/branches of Roslyn, the ability to view decompiled C#, IL, and ASM outputs for different runtimes.
I'm looking for some opinions on what framework I should go with for my frontend. Since startup time is a concern, should I even go with .NET?
My goal is to embed the VSCode text editor with the C# grammar (for syntax highlighting) and the Roslyn LSP (for warnings and errors).
A major criterion to fulfill is fast loading of the page. I want to offer the ability to choose different versions/branches of Roslyn, the ability to view decompiled C#, IL, and ASM outputs for different runtimes.
I'm looking for some opinions on what framework I should go with for my frontend. Since startup time is a concern, should I even go with .NET?