Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/vnc-example
- Owner: poad
- License: mit
- Created: 2021-12-17T00:09:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T14:32:21.000Z (3 months ago)
- Last Synced: 2024-10-18T23:35:03.407Z (3 months ago)
- Topics: browser, nextjs, vnc
- Language: TypeScript
- Homepage:
- Size: 7.04 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```