Sim Racing Hub for Executing Keyboard Shortcuts
If you find this project useful, please consider supporting its development:
☕ Buy Me a Coffee / PayPal Donation
To start a local development server, run:
npm i
npm run startFor android
npx cap sync
npx cap copy
npx cap build
or for android studio
npx cap open androidTo start run:
node server [port=300] [password=123] [sslKey=ssl.key] [sslCert=ssl.crt]To generate self signed certs for the backend server
openssl genrsa -out ssl.key 2048
openssl req -new -key ssl.key -out ssl.csr
openssl x509 -req -days 365 -in ssl.csr -signkey ssl.key -out ssl.crtHere is a look at the successful WSS connection in the browser console:
