dotnet-serve
HTTP server
A simple command-line HTTP server for serving files over HTTPS.
Simple command-line HTTPS server for the .NET Core CLI
805 stars
20 watching
65 forks
Language: C#
last commit: 3 months ago
Linked from 2 awesome lists
command-line-tooldotnetdotnet-corewebserver
Related projects:
Repository | Description | Stars |
---|---|---|
syntaqx/serve | A lightweight, customizable HTTP server written in Go. | 335 |
natemcmaster/dotnetcoreplugins | Provides an API for dynamically loading and executing .NET Core assemblies as plugins | 1,608 |
peterkottas/dotnetcore.windowsservice | Allows hosting of .NET Core console applications as Windows services | 568 |
jaburns/ngincat | A small bash script that sets up a simple HTTP server using netcat. | 177 |
snwfdhmp/simplehttp | Serves local files over HTTP | 66 |
stefh/netstandard.httplistener | A library that enables building HTTP servers on .NET Core and Universal Windows Platform. | 40 |
davidmoreno/onion | An HTTP library that allows developers to create simple web servers and applications with SSL support. | 2,017 |
jeremycw/httpserver.h | A single header C library for building event-driven non-blocking HTTP servers | 1,791 |
doraxcyle/cuehttp | A modern C++ middleware framework for HTTP/HTTPS/WebSocket servers | 38 |
dasmulli/dotnet-win32-service | A library that allows .NET Core applications to run as Windows services without the need for a wrapper assembly or full .NET Framework. | 451 |
cosullivan/smtpserver | An SMTP server implementation in C# | 713 |
dotnet-boxed/framework | A collection of .NET Core extensions and helper packages to simplify development | 724 |
dotnetcore/webapiclient | A .NET library for building high-performance REST API clients with features like semantic declaration, aspect-oriented programming, and Swagger-to-code support. | 2,053 |
saltwaterc/http-request | A general-purpose HTTP client for Node.js with support for transparent compression and SSL. | 80 |
dom96/httpbeast | A high-performance HTTP server written in Nim. | 449 |