Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 718 Bytes

File metadata and controls

12 lines (9 loc) · 718 Bytes

Mobile Control Example

This is the source code of a demo application, demonstrating how you can use the Global Input App library to achieve Mobile Control on a React.js application to allow your users to use their mobile devices to control your application running on other devices. The communication between the mobile and your application is secured using end-to-end encryption.

How to Run

   git clone https://github.com/global-input/game-control-example.git
   cd game-control-example
   npm install
   npm start