Skip to main content
Tinyweb package icon

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.

Total Downloads
41.4K
41,380
Published
May 22, 2011
Latest stable version

Install

.NET CLI
dotnet add package Tinyweb --version 2.1.3
Package Manager Console
Install-Package Tinyweb -Version 2.1.3
PackageReference
<PackageReference Include="Tinyweb" Version="2.1.3" />

Frameworks

No framework metadata available.

Dependencies

[2.6.2, )
[1.5.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.