DEV Community

Discussion on: run vscode in browser in a single command

Collapse
 
cdsaenz profile image
Charly S.

Excellent. Wondering if this could be deployed in my hosting/VPS debian dev server where I store all my demo code. That would be great.

Collapse
 
bias profile image
Tobias Nickel

the server side is a simple express.js app. It should run anywhere with node.js.
in the code I use async functions now, so a node version above 7.6 is needed.

When running it public, a middle-ware for authentication should be added should be added. The json-server has a cool approach for allowing some plugins via middleware, but I am not sure now how it would fit into this app.

Some comments have been hidden by the post's author - find out more