Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 492 Bytes

application-router

A .NET Core Application Routing Framework.

Utilizes:

  • AspNetCore/Kestrel for servicing external requests.
  • HttpClient for making internal requests.

Features:

  • Support all HTTP Verbs (very buggy GET-only sample here)
  • TLS
  • ???

Crude performance validation: image

How to use: See TestAppFrontend for an idea of how this works (or doesn't).