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
- Host: GitHub
- URL: https://github.com/yotam180/lwasp
- Owner: yotam180
- Created: 2016-12-18T19:21:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T08:35:57.000Z (over 8 years ago)
- Last Synced: 2025-01-26T13:09:42.252Z (about 1 year ago)
- Topics: csharp, dotnet, http
- Language: C#
- Size: 2.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 <@@@!
- 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.
- You define methods (as static, of course) and classes inside <@@ @>.
- Using directives come inside <@@@ @>.
Organized, simple, readable.
Tutorials, examples, new versions coming soon ><