proxy-controls-server
proxy-controls-server copied to clipboard
Send keyboard/gamepad controls between devices, peer-to-peer, over WebRTC.
Proxy Controls Server
Service to proxy keyboard/gamepad controls between devices, peer-to-peer, over WebRTC.
Overview
.
├── client
│ ├── assets
│ ├── controllers
│ ├── lib
│ ├── services
│ └── views
└── server
Dependencies
This project relies on the SocketPeer library to manage WebRTC and WebSocket connections.
Notes
Two optional dependencies for ws, bufferutil and utf-8-validate, are included. Both improve performance in certain conditions.