This npm module is a tool independent implementation of the build server protocol and can be used in any type of node application.
See here for a detailed documentation on the build server protocol.
Large of the code is just copied from build server protocol and VSCode Language Server - Protocol Module
- vscode-jsonrpc
- vscode-languageserver-types
Using npm:
$ npm install vscode-bsp
Using yarn:
$ yarn add vscode-bsp
Enjoy!