0.0.6 • Published 7 years ago

isocall v0.0.6

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

What is it about

A small framework & library which is designed to build method-invocation-like service and client supporting many protocols and transports, such as native services, restful/http, websocket, and RPCs, especially in a isomorphic way. By destructing all the building blocks and unifying them in a isomorphic and constrained way, Node.js native services, restful APIs and Microservices can be built productively and testing-easily in the same way, even the client SDKs can be completed simultaneously. It's designed to be DRY for productivity and quality.

How to install

$ npm install isocall --save

How to use

    const Output = require('isocall').Output;
    const {NotFound} = require('isocall').outputs;

    /*
     * todo
     */
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago