So far I have returned “Hello world” from the HelloWorldModule, and added a quick performance counter to the trace log. My running example is using Nancy’s self hosting.
In this post, I wanted to start using the Razor ViewEngine.
One key aspect of a framework is to gain tracing and diagnostic information. One thing I find useful is time taken for a request, and in this post I look into how this information can be gathered.
The good news is Nancy includes a diagnostic/set-up site located @