A client application for Remote Screen X, enabling remote screen sharing and control over WebSocket connections. Built with Node.js, WebSocket, RobotJS, and other technologies.
demo.mp4
- Install Desktop Development with C++ in Visual Studio Installer
- [Optional] Add
../private/server_settings.json
file
{
"PORT": 8080 ,
"SERVER_IP": "192.168.1.5",
"SERVER_MODE":"auto"
}
npm run pc
# using npm
npm run android
# using npm
npm run ios
const ws = new WebSocket('ws://127.0.0.1:8080');
const ws = new WebSocket('ws://192.168.1.100:8080');
const ws = new WebSocket('ws://your-public-ip-address:8080'); // Replace your-public-ip-address with the server's public IP address or domain, and 8080 with the server's port