Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra.
So I've been trying to map an http module to a sub-path of an MVC3 site. It should be pretty …
asp.net iis-7 httphandler webdev.webserver nancyI receive a string that contains valid JSON from another service. I would like to just forward this string with …
c# json nancyI am using NancyFx to build a web API, but I am facing some problems when getting parameters from the …
nancyI've created a self hosted Nancy/SignalR application self-hosted in OWIN using Microsoft.Owin.Host.HttpListener and Microsoft.Owin.Hosting …
signalr acl nancy self-hosting owinI'm having trouble serving up static content such as JavaScript in Nancy. For example using the self hosting sample I …
nancyI have another newbie question regarding registering additional dependencies within TinyIoc for use within NancyFX. I am continuing to get …
nancy tinyiocI started coding a LoginModule for Nancy, but it occurred to me that possibly I need to perform authentication a …
c# authentication nancyI'm new to Nancy and I want to return both a custom HttpStatusCode and a body (content). If I return …
nancy