Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode-ws-jsonrpc Using SSE #813

Open
gedw99 opened this issue Jan 2, 2025 · 1 comment
Open

vscode-ws-jsonrpc Using SSE #813

gedw99 opened this issue Jan 2, 2025 · 1 comment

Comments

@gedw99
Copy link

gedw99 commented Jan 2, 2025

Would you be open to this also supporting SSE ?

SSE automatically reconnects .
Is less load on server and client
Can do post and put also with a slight shim so its bidirectional too.

It can work on any http version and has less issues with highly locked down firewalls and proxies , because it’s just http.

This is also how many AI servers agents work . They push using SSE.

The Monaco editor needs a small amount of js to work with SSS .

@kaisalmen
Copy link
Collaborator

Hi @gedw99 we have this general vscode-ws-jsonrpc enhancement issue. There is need for modernization, but we haven't found time to do it, yet. Do you want to add your ideas there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants