Skip to content

A HTTP remote control server using Web browser as client

Notifications You must be signed in to change notification settings

NeriDeveloper/pc-remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PC Remote

A HTTP remote control server

Getting started

  1. Download and install the server from the latest release
  2. Connect your device browser to the server IP address
  3. You can find the server IP address by clicking (right click on Windows) on app icon

Development

Setting up

npm run setup
npm start

This project uses robot.js and electron. Additional step is needed to install the dependency. npm run setup will install all project dependencies via npm install, then rebuild the binary of robot.js.

Developing

npm run watch

Nodemon is used to monitor file changes and reload application.

Building

To build the application run npm run dist. This will generate an executable file using electron-builder. The executable can be found under the dist folder. This command has only been tested on a Windows 10 64bit machine.

About

A HTTP remote control server using Web browser as client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.8%
  • HTML 14.4%
  • CSS 12.8%