15WebServ

Overview

This is a simple webserver written in c#.

It doesn’t use the default http engine, it uses an own engine written from scratch.

It currently fully supports HTTP/0.9 and, of course HTTP/1.x simple requests (wich are handled the same way as HTTP/0.9 requests).

It is currently in an early state of development!

Features

  • lightweight
  • own http engine (currently full support for HTTP/0.9 only)

Responsibility

Coding

Technologies used

C#

Statistics

  • started: April 2021

latest Changes

  • Initial commit…

Full (and up-to-date) list of changes can be found in Git

Download & Links