-->
Page 1 of 1

how do Espruino and Smart.js compare?

PostPosted: Sat Jan 30, 2016 9:48 am
by extasic
Hi!

I'm really interested in running JS code on ESP8266 modules and am interested in where the differences between Espruino and Smart.js are? Are there different technical approaches or philosophies? Are both of them mature enough to be used by unexperienced beginners? Are GPIOs and Sleep Modes of the ESP8266 supported (I find the documentation for Espruino a little bit confusing about this topic regarding ESP8266)?

What are your experiences with them?

Thanks in advance!

Re: how do Espruino and Smart.js compare?

PostPosted: Sun Apr 10, 2016 3:11 pm
by wga22
I cannot comment on both, so consider my answer biased, but Espruino has been very good for me.

Re: how do Espruino and Smart.js compare?

PostPosted: Tue Apr 19, 2016 7:32 pm
by BillC
I, on the other hand, have not tried Espruino but I have been having some success with Smart.js recently.

There is a little filesystem to which you can upload program files and run them, persistent even after a reset. Easy to reflash the device with the FNC utility as needed. I was able to write a websockets app that communicates well with a websocket server counterpart running on my PC.

https://github.com/carterw/smartjsFileUploader