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

https://github.com/yotam180/lwasp

LWASP - a lightweight C# WebScript processor
https://github.com/yotam180/lwasp

csharp dotnet http

Last synced: about 1 year ago
JSON representation

LWASP - a lightweight C# WebScript processor

Awesome Lists containing this project

README

          

#LWASP - A lightweight C# WebScript processor

LWASP is a webserver designed to make C# serverside great again. With the modern scripting style, with dynamic programming
and script tags that can fit everywhere in the page, PHP and NodeJS leave ASP.NET back in 2009, to eat it's own garbage.
Razor/MVC didn't help either, since its syntax is just unlovable, and no-one really likes it (well, at least I don't)

So, we came with LWASP to make C# a scripting language for the web. It's easy as one <@, two <@@ three <@@@!


  1. Code comes inside <@ @>. Printing is simple as Console.Write(), LWASP.Write(), echo() or print(). All of these work, just to make your printing experience perfect.

  2. You define methods (as static, of course) and classes inside <@@ @>.

  3. Using directives come inside <@@@ @>.


Organized, simple, readable.

Tutorials, examples, new versions coming soon ><