datapartyjs / rfparty-mobile

Apache License 2.0
24 stars 5 forks source link

FEATURE - Code sandbox #11

Open sevenbitbyte opened 1 year ago

sevenbitbyte commented 1 year ago

Support a coding sandbox environment so people can implement their own BLE protocols.

Should likely expose the ble cordova class as well as a party instance. It would be nice to enable this environment in the nodejs backend so users have access to typical nodejs tools as well as in the frontend.

Features:

sevenbitbyte commented 1 year ago

Could support <iframe> as a party comms class

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#scripting

sevenbitbyte commented 12 months ago

Plugins as a dataparty service should solve this basic issue of implementation tooling

https://github.com/datapartyjs/dataparty-api/issues/36