This is just sample websocket server based on vscode-json-languageserver
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.