Skip to content

Rename this repo to nim-json-rpc and generalize it even further #15

@zah

Description

@zah

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions