Skip to content

Instantly share code, notes, and snippets.

@mattwagl
Created March 7, 2018 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattwagl/4182066ae2058b8d778633538b191d26 to your computer and use it in GitHub Desktop.
Save mattwagl/4182066ae2058b8d778633538b191d26 to your computer and use it in GitHub Desktop.
A wolkenkit client connecting to a backend.
import wolkenkit from 'wolkenkit-client';
const api = await wolkenkit.connect({ host: 'local.wolkenkit.io', port: 3000 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment