Area
The Content Area of the Owin Framework

This area of the Owin Framework is concerned with serving content. This includes:

  • Serving static files such as css, less, js, images etc.
  • RESTful services endpoints that provide back-end support to client-side features.
  • Dynamically generated web pages composed of shared components.

Further reading

The Pages repository

Walkthrough of how to build a website with the Owin Framework

Walkthrough of how to build a microservice with the Owin Framework

Related Projects