Skip to content

Instantly share code, notes, and snippets.

@jondubois
Created January 20, 2019 15:39
Show Gist options
  • Save jondubois/e4a4cf77806c677680c02a443750d010 to your computer and use it in GitHub Desktop.
Save jondubois/e4a4cf77806c677680c02a443750d010 to your computer and use it in GitHub Desktop.
ag-invoking-rpcs
// --- in public/index.html ---
// ... After the socket is created.
(async () => {
let result = await socket.invoke('customProc', {foo: 'bar'});
// result will be 'Success'
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment