An In-Depth Guide To Writing Pebble Apps Using JavaScript

added by JavaScript Kicks
2/16/2015 10:39:48 PM

245 Views

Apps for the Pebble smartwatch platform are traditionally written in C. A Pebble is a low-power computer with limited storage and memory. It does not come with a full-blown interpreter for Python or JavaScript. Hence, C was the only option for developers for quite some time.


0 comments