Code Monkey home page Code Monkey logo

amanda's Introduction

Amanda

Amanda is a library that makes exposing an API via Nancy even easier. Get it on NuGet

Easier Than Nancy?! No way!

    public class AwesomeAPI : AmandaModule
    {
        public AwesomeAPI()
        {
            this.Exposes(BuisnesLogic.DoStuff)
            this.Start();
        }
    }

Yes way.

The Super-Duper-Happy-Path, redux

Amanda follows the SDHP creed extending the "fun and powerful" philosophy of Nancy with "easy as apple pie"

  • "It just works" - any and all methods work with Amanda, out of the box. You give Amanda the bare minimum info about your method and the framework takes care of the rest.

  • “Easily customisable” - Nancy is absurdly customisable with any and everything being replacebale. Amanda doesn't take that away or hide it but leverages it. Everything you know and love from Nancy still works like a charm with an added DSL for exposing methods through HTTP.

  • “Low ceremony” & “Low friction” - take a look at the code snippet above. We're so low on ceremony and friction that we might just need to import some from WebAPI.

BURN!!!

(Sorry Microsoft, we still ♥ you)

But Wait, There's More!

But what's the syntax for method exposition?

How does Amanda do routing?

How do I customize my APIs?

How do I consume aforementioned APIs?

And hey, what's with the name anyway?

All that and MORE in the project wiki. See ya there!

amanda's People

Contributors

michaelaz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.