JorJika.Api.WindowsService NuGet Package

Transform your .Net core Api into All in one service.

With your self contained build for Win64 you are able to Install and run your Api as Windows service, Self host with double click or even host in IIS proxy. One build does everything.

Usage =>
Use following code in Program.cs:
public static void Main(string[] args)
{
WebHostTools.Run<Startup>(args);
}

It will bind local ip address from first adapter and use port 5300.

You can change these passing additional parameters after "args" parameter.




Got any JorJika.Api.WindowsService Question?





Info

Version: 1.0.10
Author(s): JorJika
Last Update: Sunday, June 21, 2020
.NET Fiddle: Create the first Fiddle
Project Url: http://jorjika.net/
NuGet Url: https://www.nuget.org/packages/JorJika.Api.WindowsService


Install
Install-Package JorJika.Api.WindowsService
dotnet add package JorJika.Api.WindowsService
paket add JorJika.Api.WindowsService
JorJika.Api.WindowsService Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.8

avg-downloads-per-day

1

days-since-last-release

1399