Coder Social home page Coder Social logo

wish's Introduction

Wish

a Node.js web service framework

What is it?

The Wish framework consists of three levels:

  1. functional syntactical sugar which replaces nested callbacks with a chain of responsibility and tightly integrates SQL
  2. a declarative DSL for rapid definition and implementation of hypermedia APIs
  3. a module system which allows reuse of boilerplate such as user entities, authentication, authorization, and audit logging

Use the levels you like but ignore the others. Note that the higher levels depend upon the lower levels.

Core Edicts

  1. Wish is pure Javascript.
  2. Wish adheres strictly to REST and HATEOAS design principles.
  3. Wish is Test-Driven.
  4. Wish (will) use git-flow.

How do I Wish?

TODO: elaborate

  1. add the package to your package.json or npm install wish
  2. import wish
  3. wish away!

How does the Wish project work?

clone the git repository

git clone https://github.com/KyleCartmell/wish.git

install dependencies

npm install

run unit tests

npm test

run integration tests

npm run-script integration-test

perform static analysis

npm run-script static-analysis

TODO:

  • continuous integration
  • npm published

How can I help?

  • find or create an issue in the github repository
  • fork the project to your own github repository
  • do some work and include relevant tests and documentation
  • submit a pull request
  • feel free to email [email protected]

wish's People

Contributors

kylecartmell avatar

Watchers

James Cloos 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.