Skip to content

ltammariello/monaco-languageclient

 
 

Repository files navigation

Monaco language client

PRs Welcome Build Status NPM Version NPM Download

NPM module to connect Monaco editor with language servers

  • Look at the example client to learn how to start Monaco language client.
  • Look at the example express app to learn how to open a web socket with an express app and launch a language server within the current process or as an external process.

Click here for a detail explanation how to connect the Monaco editor to your language server.

Getting started

git clone https://github.com/TypeFox/monaco-languageclient.git
cd monaco-languageclient
npm install

Examples

The example node package is located under monaco-languageclient/example directory. All tasks below should be run from this directory.

From CLI:

  • Run npm install and npm run build to install dependencies and build the example node package.
  • Run npm run start to start the express server with the language server running in the same process.
  • Run npm run start:ext to start the express server with language server running in the external process.

After staring the express server go to http://localhost:3000 to open the sample page.

You can as well run vscode tasks to start and debug the server in different modes.

License

MIT

About

NPM module to connect Monaco editor with language servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.1%
  • HTML 0.5%