Service to proxy keyboard/gamepad controls between devices, peer-to-peer, over WebRTC.
See: https://proxy-controls.donmccurdy.com.
.
├── client
│ ├── assets
│ ├── controllers
│ ├── lib
│ ├── services
│ └── views
└── server
This project relies on the SocketPeer library to manage WebRTC and WebSocket connections.
Two optional dependencies for ws, bufferutil and utf-8-validate, are included. Both improve performance in certain conditions.