/CPE411-62

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Dot Net Web Server

This is a simple web server implemented in .Net/C#. It has a plugin/request routing mechanism, so it should be fun to use. Including the plugin is an OX game.

Required software

  1. .Net 5.0 https://dotnet.microsoft.com/download/dotnet/5.0 (Linux, Mac, Windows)
  2. Visual Studio Code https://code.visualstudio.com/ (optional)

Two packages need to be installed, using following command in command line terminal: PS: dotnet add package Microsoft.Extensions.Configuration --version 5.0.0 PS: dotnet add package Microsoft.Extensions.Configuration.json --version 5.0.0

Please make sure you fork the git repo first, do not try to push to my repo!