-
Notifications
You must be signed in to change notification settings - Fork 155
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
Remove webserver #451
Comments
I actually did not knew that getting rid of express would be an option. I do have a websocket server implementation in my local test branches which still uses express (expressWs). So how we are going to fetch the data from? |
VSC has an API to send requests back to the extension. See here https://code.visualstudio.com/api/extension-guides/webview#passing-messages-from-an-extension-to-a-webview |
We can keep it for testing purposes. I find this useful for react, as I can then use chrome extensions to analyze what's going on in react world. |
Ah... postMessages! So PR #440 may already become a more postMessage related change instead of using websocket and express I would love to take over that part |
Go for it. Please feel free to take any task. I'm merely adding a list of things that I think needs to be done. It doesn't have to be me. I'd get rid of all of the express, etc stuff.. |
I would like to get rid of express and the like.
Making this simpler & lightweight.
The text was updated successfully, but these errors were encountered: