Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rksm/language-server-websocket-test
language-server websocket test
https://github.com/rksm/language-server-websocket-test
language-server-protocol lsp websocket
Last synced: 25 days ago
JSON representation
language-server websocket test
- Host: GitHub
- URL: https://github.com/rksm/language-server-websocket-test
- Owner: rksm
- License: mit
- Created: 2017-12-21T04:05:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T05:06:50.000Z (about 7 years ago)
- Last Synced: 2024-11-18T11:54:39.843Z (3 months ago)
- Topics: language-server-protocol, lsp, websocket
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lsp via websockets
Test of using the [MS language server protocol](https://github.com/Microsoft/language-server-protocol) via websockets. This is a test setup for the [vscode-ws-jsonrpc project](https://github.com/TypeFox/vscode-ws-jsonrpc).
## Usage
1. Make sure you have typescript and webpack installed (`npm install --global typescript webpack`)
2. Run build.sh. This will create `server/server.js` and `client/client.js`.
3. Run `node server/server.js`;
4. Open test.html. You should see a connection / notification / request flow being logged in server and client.# LICENSE
[MIT](LICENSE)