即在遠程編程的基礎上,把經過node.js的遠程通訊轉爲經過瀏覽器的通訊
通訊應該比原有必定侷限性node
一鍵搭建代碼:linux
systemctl stop firewalld.service wget https://github.com/cdr/code-server/releases/download/3.0.1/code-server-3.0.1-linux-x86_64.tar.gz tar -xzvf code-server-3.0.1-linux-x86_64.tar.gz #cd code-server-3.0.1-linux-x86_64 code-server-3.0.1-linux-x86_64/code-server --host *.****.* --port 8443 --auth none # #域名、端口要填寫 #無密碼,沒有auth none會自動生成密碼在console #./code-server --auth password --port 82 #設置默認密碼和端口
瀏覽器訪問 http://*.****.*:8443
第一次加載有點慢git
跟遠程vscode差很少
連接:github