You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo should allow you to create JSON-RPC services that are accessible over different underlying "transports". For example, the Language Server Protocol that will be implemented soon for Nim is also based on JSON-RPC, but it uses a simple line-delimited text stream communicated over stdin/stdout.
From the perspective of this library, the underlying connection-acceptor/stream-creator should be defined either as a run-time interface or as a concept.