Nancy framework sample application

Viewed 11652

We are looking to develop a new web application and came across to Nancy fx (actually I am enrolled with Pluralsight where they have a new course on nancy)

I wanted to know a sample application ( one app or separate apps) showing some of features of Nancy Fx

  1. Development with Web api (as we have data which come thru web api). Also I want to know does we should have a web api application or there is no need, this can be served by Nancy Fx with one of it extension.
  2. Authentication (with restful capability (no need for cookies etc))
  3. Can we use third party control like telerik etc with it or not.
  4. Can we assign different view for mobile/desktop etc like in asp.net we can have order.mobile.cshtml or even specific to whether its iphone or android etc.

Thanks

Khuzema

2 Answers
Related