Griffin.WebServer icon indicating copy to clipboard operation
Griffin.WebServer copied to clipboard

A web server built on top of Griffin.Framework

Griffin.WebServer

A web server built on top of Griffin.Framework.

Build status GitHub issues NuGet

Current features

  • Form/File handling, i.e. body decoding (multipart & UrlEncoded)
  • Authentication (digest & basic)
  • Static file handling (including partial downloads and caching)
  • Custom modules
  • Model binders.

Installation

install-package Griffin.WebServer

Do note that it's a beta.

Links