Nancy is a lightweight, low-ceremony, framework for building HTTP based services on .NET Framework/Core and Mono. The goal of the framework is to stay out of the way as much as possible and provide a super-duper-happy-path to all interactions.Nancy is designed to handle DELETE, GET, HEAD, OPTIONS, POST, PUT and PATCH requests and provides a simple, elegant, Domain Specific Language (DSL) for returning a response with just a couple of keystrokes, leaving you with more time to focus on the important bits.. your code and your application.
nancy c-sharp nancy-application mono web web-application-framework framework dotnet-core mit nancyfxCarter is a library that allows Nancy-esque routing for use with ASP.Net Core. This is not a framework, it simply builds on top of Microsoft.AspNetCore.Routing allowing you to have more elegant routing rather than have attribute routing, convention routing, ASP.Net Controllers or IRouteBuilder extensions.
nancy asp-net-core asp-net mit-license dotnet-core middlewareToken Authentication with Nancy and Owin
jwt owin nancyWebSocket support for Nancy (http://nancyfx.org/) applications hosted with ASP.NET. Or if you're more of a UI person, go to Tools > NuGet Package Manager > Manage NuGet Packages for Solution..., and search for the package(s) there.
nancy websocketsThe service uses Nancy(http://nancyfx.org) for the web layer, and NModbus4 (https://github.com/NModbus4/NModbus4) for the Modbus layer. The service makes use of Nancy's self hosting capabilities so the API is self hosted. The code in theory should support Holding registers, Input registers, Coils, and Inputs. It should also support Modbus TCP, Serial RTU and serial ASCII. However, I don't have enough devices to test all these modes.
modbus nancy scada mono restful-apiExample on using dotNetify with Nancy to provide a lightweight real-time web interface to a simple process monitor that can be hosted on a Windows service or a console app through OWIN. Also works cross-platform with Mono. Step-by-step instructions: Real-Time Web App Made Simple with MVVM over SignalR - Part 2 (CodeProject).
mono nancyThis repository contains examples for using the Nancy framework. This project shows how to provide consistent error handling for a RESTful API.
signalr nancyA Yeoman generator for AngularJS and Nancy. Nancy is a C#-based micro-framework. For AngularJS integration with other micro-frameworks, see https://github.com/rayokota/MicroFrameworkRosettaStone.
yeoman-generator nancy ormlite angularjs bootstrapdemo of using dotnet core and Nancy
docker demo dotnetcore webapi nancy
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.