lab11 / accessors

A collection of accessors for Lab11 and other supporting code.
0 stars 1 forks source link

Idea: Scrap the web runtime and add a Node runtime #21

Closed bradjc closed 9 years ago

bradjc commented 9 years ago

Although I hate that I had this idea, but the convergence of cross-origin-garbage, swarmboxes, and this crazy standards idea has got me thinking that we should drop running accessors in the browser and run them all server side. The browser just uses the standard interface (not sure how it learns about devices and whatnot yet) to the server (basically what we are doing now since we proxy everything), and the server relays those messages (or uses an accessor) to control the device.

The cool perk here is the server can be the global one or the one running on Your Local SwarmBox (tm) and the browser will work the same.

brghena commented 9 years ago

Would you still actually ship code in the command-line and Android cases?

ppannuto commented 9 years ago

We still ship code in all cases really. The accessor runtime would be on the SwarmBox, but the accessor itself would be in the cloud. Code would have to get shipped to the SwarmBox on-demand.

On Mon, Jan 5, 2015 at 12:06 PM, Branden Ghena notifications@github.com wrote:

Would you still actually ship code in the command-line and Android cases?

— Reply to this email directly or view it on GitHub https://github.com/lab11/accessors/issues/21#issuecomment-68739300.