- Notifications
You must be signed in to change notification settings - Fork23
Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community
License
python-lsp/python-lsp-jsonrpc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Python 3.8+ server implementation of theJSON RPC 2.0 protocol. This library has been pulled out of thePython LSP Server project.
pip install -U python-lsp-jsonrpc
The examples directory contains two examples of running language servers over websockets.examples/langserver.py
shows how to run a language server in-memory.examples/langserver_ext.py
shows how to run a subprocess language server, in this case the Python LSP Server.
Start by installingtornado
andpython-lsp-server
pip install python-lsp-server[all] tornado
Then runningpython examples/langserver.py
orpython examples/langserver_ext.py
will host a websocket onws://localhost:3000/python
.
About
Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.