monaco-languageclient
monaco-languageclient copied to clipboard
Review and enhance vscode-ws-jsonrpc
vscode-ws-jsonrpc was never really improved in the last years.
Some Ideas:
- Simplify the API (e.g. just expose classes implementing
MessageTransports) - Make use of sophisticated libraries (e.g socket.io / engine.io)?
- Release two independent libraries for client and server
- Add package specific unit test (this was #478)
- Rethink/align logging with monaco-languageclient
@CGNonofr We should create a completely new package and deprecate the old one.
The whole transport layer could be used in this context, but also for https://github.com/TypeFox/monaco-languageclient/issues/834
any update for socket.io's example?
Hi @Veiintc not yet, but we will work on that next month hopefully.
Hi @Veiintc not yet, but we will work on that next month hopefully.
Looking forward to your updates 💯