Coder Social home page Coder Social logo

microserviceprovider / dotnet.microservice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lynxx131/dotnet.microservice

0.0 2.0 0.0 66 KB

Adds actuator style endpoints plus some helper classes to either an ASP.NET 5 application or an OWIN application

License: ISC License

C# 100.00%

dotnet.microservice's Introduction

Dotnet Microservice

A library containing a small set of classes for adding actuator style endpoints to either an ASP.NET Core 1.0 application or an OWIN application hosted under either IIS or Self-hosted

Code is licensed under the ISC license to use as you wish.

Installation

Run the following from the package manager console to install the package

ASP.NET Core 1.0

PM> Install-Package Dotnet.Microservice.Netcore

For OWIN

PM> Install-Package Dotnet.Microservice.Owin

Documentation

Documentation is available on the wiki pages and there are working samples in the src/samples folder

Sample

This repo contains two sample projects one for running on ASP.NET Core 1.0 and the other for running in an Owin self-host.

Both sample apps listen on localhost:5000 so after starting either sample app you can browse the following endpoints:

To run the ASP.NET Core 1.0 sample you need to install ASP.NET Core as documented here

NOTE: At the moment you'll also need ASP.NET Core to run the OWIN sample as this had to be a ASP.NET Core Console Application project since you cannot yet refer to xproj projects from csproj projects. A regular csproj project will work perfectly fine if you are pulling the library in via Nuget.

dotnet.microservice's People

Contributors

lynxx131 avatar sphiecoh avatar

Watchers

James Cloos avatar DY avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.