How to get started with robotics (rasberry PI and audrino) programming in javaScript? What are some good frameworks and learning material for getting started?
If you want to read some book instead I'll recommend this two books
I never read the second one, but both heavily talking about Johnny-five library. On the book I read, it has detailed step to program and to setup hardware (and even it gives example on creating robot on a budget . Yeah really, you can make one out of a corflute board). And I know Deltabot mechanism from this book.
Peter Scheler
JS enthusiast
Most of NodeBots are controlled by remote using Firmata. (C++ on core, JS on the PC)
If you like to use JS on the Devboards: Tessel and Espruino are boards with Node.js preinstalled.
And if you build your own boards you might be interested in NodeOS.