Skip to content

robkeimig/application-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

.NET Core Application Routing Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages