350 B
350 B
Sample language server
This is just sample websocket server based on vscode-json-languageserver
Getting Started
To run the server, simply follow these steps:
- Install dependencies by running
npm i
- Start the server by running
npm run start-server
And that's it! Your sample language server on 3000 port should now be up and running.