Skip to content

Commit

Permalink
Some notes on DataChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte authored Jan 16, 2024
1 parent b247d65 commit 3643e04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ For the most part, this library strives to be a straightforward version of the s
- `TokenRepresentation`: maintains the state of a document's semantic tokens
- `DataChannel.withMessageFraming`: wraps an existing JSONRPC DataChannel up with HTTP header-based message framing

If you need to support other communication channels, you'll have to work with the `DataChannel` type from the [JSONRPC](https://github.com/ChimeHQ/JSONRPC) package. There are a few specialized ones already defined in [LanguageClient](https://github.com/ChimeHQ/LanguageClient).

## Client Support

Right now, there are still some bits useful for client support in this library:
Expand Down

0 comments on commit 3643e04

Please sign in to comment.