hybridgroup / cylon

JavaScript framework for robotics, drones, and the Internet of Things (IoT)
https://cylonjs.com
Other
4.2k stars 360 forks source link

How cylon can be used in production #353

Open promentol opened 7 years ago

promentol commented 7 years ago

Cylon is great for prototyping a board functionality. One we will want to create real device with production circuit, can code written with cylon be used as firmware for micro controller?

Basically, my question is, what are the steps for going into production with cylon?

deadprogram commented 7 years ago

Hi @promentol if you are running Node.js on your target system, you are ready to go to production now.

As far as creating microcontroller firmware, that is currently beyond the capabilities of most of the JS interpreters right now, but we're optimistic for the near future.

Hope that helps!