Sign in Sign up
nuget

Tinyweb

Tinyweb is a lightweight web framework for ASP.NET that embraces HTTP and aims to be ridiculously simple. Tinyweb moves away from the MVC pattern for developing web applications. Instead, you start with separate addressable resources that respond directly to the HTTP method that was used to access the resource. Every resource is a class and every implemented HTTP method (get, post, put, delete) is a method on the class. With Tinyweb, you're writing code that is conceptually close to the way HTTP actually works.

nuget View on Nuget

Activity

Latest release
14y ago
Total releases
18
Cadence
~7 days
Last 12 months
0

Details

First release
Apr 04, 2011
Releases
Version Released
2.2.6 patch
2.2.5 patch
2.2.4 patch
2.2.3 patch
2.2.2 patch
2.2.1 patch
2.2.0 minor
2.1.5 patch
2.1.4 patch
2.1.3 patch
2.1.2 patch
2.1.1 patch
2.1.0 minor
2.0.1 patch
2.0.0 major
1.0.2 patch
1.0.1 patch
1.0.0 initial