Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monaco-languageclient

Package Overview
Dependencies
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-languageclient

Monaco Language client implementation

  • 0.0.1-alpha.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17K
increased by71.24%
Maintainers
1
Weekly downloads
 
Created
Source

Monaco language client

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

FAQs

Package last updated on 24 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc