0.13.1 • Published 4 years ago

@webfaas/webfaas-core v0.13.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

WebFaas Core

Minimalist FaaS framework for node.

NPM Version Linux Build Test Coverage

FaaS Micro Framework

Example

import { Core } from "@webfaas/webfaas-core";

const core = new Core();

(async function(){
    let msg = {} as IMessage
    msg.header.name = "@registry1/mathmessage";
    msg.header.version = "0.0.1";
    msg.payload = {x:2, y:3};
    var response: any = await core.sendMessage(msg);
    if (response){
        console.log("response", response);
    }
    else{
        console.log("not response");
    }
})();

License

MIT

0.13.0

4 years ago

0.13.1

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.1.0-ALPHA10

4 years ago

0.1.0-ALPHA9

4 years ago

0.1.0-ALPHA8

4 years ago

0.1.0-ALPHA6

4 years ago

0.1.0-ALPHA7

4 years ago

0.1.0-ALPHA5

4 years ago

0.1.0-ALPHA4

4 years ago

0.1.0-ALPHA3

4 years ago

0.1.0-ALPHA2

4 years ago

0.1.0-ALPHA1

4 years ago