openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
563 stars 102 forks source link

Add support for communication via Unix Domain Sockets #413

Open karthiknadig opened 9 months ago

karthiknadig commented 9 months ago

LS Client in pipe transport mode uses Unix Domain Sockets, these are sockets created with path that looks like File System paths. When creating a socket, all you need to do is pass the path with AF_UNIX.