Home
Softono

Rdpgo

Open source Go
265
Stars
81
Forks
4
Issues
6
Watchers
5 years
Last Commit

 About Rdpgo

首创,原创.Go进阶53:从零Go实现Websocket-H5-RDP/VNC远程桌面客户端

Platforms

Web Self-hosted

Languages

Go

Need Help Installing Rdpgo?

We provide expert installation service for this software. Our team will install, configure, and secure Rdpgo on your server. plans start at just $30.

gei

运行demo

cd $代码目录

# 编译前端代码
cd frontend
npm install
npm run build

# 编辑golang 代码(docker)
cd ..

docker-compose build

# 运行 docker-compose 
docker-compose up --remove-orphans


echo '浏览器访问 http://127.0.0.1:9528'

todo:(懒...)

  1. guac 目录独立单独的package,只依赖标准库,减少go.mod的行数
  2. 优化前端代码,