Skip to content

A Simple HTTP Server written in C# using .NET Core

Notifications You must be signed in to change notification settings

tonyrivera/HTTPServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTPServer

A Simple HTTP Server written in C# using .NET Core

Installation

git clone https://github.com/tonyrivera/HTTPServer.git

cd path/to/HTTPServer/

dotnet restore // Not required in dotnet version 2.0 and above.

Usage from source

dotnet run -p HTTPServer/HTTPServer.csproj

Build

dotnet build -c Release

Run Executable

dotnet path/to/HTTPServer.dll

About

A Simple HTTP Server written in C# using .NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages