NancyFX is an open-source framework for building HTTP-based services on .NET and Mono. It prioritizes conventions over configurations and provides an easy domain-specific language. Key features include routing, model binding, integrated view engines, and testing capabilities. Modules define application behavior and are globally discovered by the bootstrapper, which aggregates all framework pieces.
Related topics: