1.1.2 • Published 4 years ago
@genkai/genkai-client v1.1.2
genkai-client-js
Javascript client for https://github.com/genkai-net/genkai-server-go
Usage
import {GenkaiClient, GenkaiClientJSON} from "genkai-client";
let app = GenkaiClient("http://localhost:9302");
let response = await app.join("hello", "world");
console.log(response);
Returns
"hello:world"
See: https://github.com/genkai-net/genkai-server-go for more documentation and samples.