talon-rpc
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

Talon RPC server

File based RPC server compatible with the Talon community command client

Installation

npm install talon-rpc

Usage

import { NodeIo, TalonRpcServer } from "talon-rpc";

function runCommand(commandId, args, options) {
    // Do something
}

const io = new NodeIo("vscode-command-server");
const rpc = new TalonRpcServer(io, runCommand);

await io.initialize();

onKeypress(async () => {
    await rpc.executeRequest();
});

Readme

Keywords

none

Package Sidebar

Install

npm i talon-rpc

Weekly Downloads

0

Version

2.2.0

License

MIT

Unpacked Size

37.8 kB

Total Files

48

Last publish

Collaborators

  • andreas_arvidsson