Skip to content

Send keyboard/gamepad controls between devices, peer-to-peer, over WebRTC.

wassx/proxy-controls-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Controls Server

Service to proxy keyboard/gamepad controls between devices, peer-to-peer, over WebRTC.

See: https://proxy-controls.donmccurdy.com.

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.

About

Send keyboard/gamepad controls between devices, peer-to-peer, over WebRTC.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.4%
  • HTML 25.6%
  • CSS 22.0%