I consider this microprocessor (esp8266) to be similar to the Arduino, but with much more power to program.
This chip can be used to program as a normal Arduino and web pages with HTML CSS and JS, but here my doubt goes, is there a way in which I can program with pure JS without the need to create a web page? There are a lot of things I can do with JS that the Arduino code can't do.
angeloziel:
I consider this microprocessor (esp8266) to be similar to the Arduino, but with much more power to program.
It is not very similar to an Arduino at all except to the extent that the ESP8266 folks hijacked the Arduino IDE to provide a convenient platform for programming ESP8266 devices.
The Arduino team does not make ESP8266 devices.
but here my doubt goes, is there a way in which I can program with pure JS without the need to create a web page?
Sounds like a question for the ESP8266 Forum rather than the Arduino Forum
angeloziel:
I consider this microprocessor (esp8266) to be similar to the Arduino, but with much more power to program.
This chip can be used to program as a normal Arduino and web pages with HTML CSS and JS, but here my doubt goes, is there a way in which I can program with pure JS without the need to create a web page? There are a lot of things I can do with JS that the Arduino code can't do.
Thanks!
it's really funny to hear that Javascript can do something more than C++
considering the fact that Javascript engines are written in C++ xD