kestrel

A 1-post collection

Kestrel as a Static Server for Angular

Available on github : https://github.com/spboyer/ng2-kestrel-appserver Selecting the server architecture may or may not be a pivotal point in your application design...but it maybe it should. Micro-services, SOA, 12 Factor, ZDD and all of the other buzzwords do in fact have merit, getting away from the monolith application and "putting all of you eggs in one basket" server apps are a think of the past. Right? The core message here is "do one thing and do it well". So why would you couple your dynamic and static content into a single application? Static content doesn't change (often), scaling needs aren't 1:1 with the web api layers. However, there are some needs that the simple use of...