Skip to content

asaed/poc-nancy-at-iadnug

Repository files navigation

#poc-nancy-at-iadnug

This project contains the entire Visual Studio solution used at Akrem Saed's presentation at the Iowa .NET User Group (IANDUG) on 2015-10-15.

Structure

The solution contains the following projects:

Poc.Nancy.Asp

Exposes all of Poc.Nancy.Modules Nancy modules plus its own modules which then can be run as an ASP.NET application on IIS.

Poc.Nancy.Modules

A class library that declares several Nancy modules that then can be pulled into hosted web applications like Poc.Nancy.Asp and Poc.Nancy.SelfHost.

Poc.Nancy.SelfHost

Exposes all of Poc.Nancy.Modules Nancy modules, Poc.Nancy.VersionUtil modules and its own modules which then can be run as from the console as self hosted web application.

Poc.Nancy.VersionUtil

Declares a /version endpoint as a Nancy modules that then can be pulled into hosted web applications like Poc.Nancy.Asp and Poc.Nancy.SelfHost.

Poc.Nancy.Modules.Tests

NUnit tests for modules declared in Poc.Nancy.Modules.

Poc.Nancy.SelfHost.Tests

NUnit tests for HTML views generated by some Poc.Nancy.Modules Nancy modules.

Interested in learning more

Here is a list of great resources about Nancy:

Credits

About

A demo application using NancyFx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published