Skip to content

nooraliisa/SimControlHub

Repository files navigation

SimControlHub

Sim Racing Hub for Executing Keyboard Shortcuts

If you find this project useful, please consider supporting its development:

☕ Buy Me a Coffee / PayPal Donation

Development server

To start a local development server, run:

npm i
npm run start

For android

npx cap sync
npx cap copy
npx cap build
or for android studio
npx cap open android

Backend server

To start run:

node server [port=300] [password=123] [sslKey=ssl.key] [sslCert=ssl.crt]

SSL

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.crt

Client Connection Test

Here is a look at the successful WSS connection in the browser console:

Successful WebSocket Connection Log

🚀 Built With

Angular Capacitor Node.js

About

Sim Racing Hub for Executing Shortcuts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages