Skip to content

rjinaga/IocServiceStack.Gateway

Repository files navigation

IocServiceStack.Gateway

Gitter Build status

IocServiceStack.Gateway is a open source .NET library acts as conjunction between IocServiceStack.Client and IocServiceStack services.

Supports

  • .NET Core 1.0 (.NET Standard 1.6)
  • .NET Framework 4.6
PM> Install-Package IocServiceStack.Gateway -Pre

NuGet Pre Release

Usage

Setup

using IocServiceStack.Gateway;

app.UseMvc(route =>
{
     /* Default url template "ServiceApi/{service}/{operation}" */	
     route.MapServicesGateway();
});

Web N-Tier Architecture using IocServiceStack, IocServiceStack.Gateway, and IocServiceStack.Client

https://github.com/rjinaga/Web-N-Tier-Architecture

About

A gateway library for IocServiceStack services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages