Download the full TypeScript source code for VNCme, including all server and client components.
Included Files:
├── src/
│ ├── server-licensed.ts (Main server with licensing)
│ ├── server-tunnel.ts (Server with ngrok support)
│ ├── license-manager.ts (License validation system)
│ ├── activate-license.ts (CLI activation tool)
│ ├── deactivate-license.ts (CLI deactivation tool)
│ ├── client.ts (HTTP server for web client)
│ └── protocol.ts (Protocol definitions)
├── public/
│ ├── client.html (Web-based viewer interface)
│ └── client.js (Client-side JavaScript)
├── package.json
├── tsconfig.json
├── build-executables.js (Build script)
└── README.md (Complete documentation)