|
Hi, I'm a beginner and want to know the difference between the two, here is a link Thanks in advance! |
Answered by
jsjoeio
Jun 2, 2021
Replies: 1 comment 4 replies
|
Based on the link you gave, it says for VS Code Web:
Whereas code-server is for serious development. It's similar to other web IDEs like StackBlitz, Codesandbox, Replit. Really, the main thing between VS Code and code-server is being able to access your editor from a web browser. This means:
The possibilities are endless! Hope that helps :) |
4 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on the link you gave, it says for VS Code Web:
Whereas code-server is for serious development. It's similar to other web IDEs like StackBlitz, Codesandbox, Replit.
Really, the main thing between VS Code and code-server is being able to access your editor from a web browser. This means:
The possibilities are endless! Hope that helps :)