Skip to content

An overly opinated proof-of-concept web framework.

Notifications You must be signed in to change notification settings

mutuware/WiffWaff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiffWaff

An overly opinated proof-of-concept web framework.

Turns this class

public class Detail
{
    private static Product _product = new Product
    {
        Name = "Widget",
        Description = "One size fits all widget!",
        Category = "Mechanical",
        Price = 99.99m,
        InStock = true
    };

    public Product Get() => _product;

    public void Post(Product body) => _product = body;

}

into this page:

Framework provides the HTML, instead of the app. Initially named as Web Application Framework (WAF) but turned into WiffWaff!

About

An overly opinated proof-of-concept web framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published