An open API service indexing awesome lists of open source software.

https://github.com/poad/vnc-example


https://github.com/poad/vnc-example

browser nextjs vnc

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Move to

# VNC Web Client

## Setup

### Server

1. VM なり VNC サーバーを持ったサーバーを用意(ただし、Webクライアントを実行しているホスト以外)
- [x11vnc の設定手順](https://mixture.dcmnjp.net/linux/ubuntu/x11vnc.html)
2. [noVNC](https://github.com/novnc/noVNC#server-requirements) をインストール&設定する

### Client (Web Browser)

```
yarn dev
```