-->
Page 1 of 1

New NodeMCU Web IDE (only web browser required)

PostPosted: Thu Nov 25, 2021 5:11 am
by Felipe Echanique
Hi all,

I want to show you the new NodeMCU Web IDE I have developed for fun, it only requires a web browser, so its easier than ever to develop applications for our ESP devices :)

Check it here: https://nodenvy.github.io/nodemcu-web-ide

Regards,
Felipe.

Re: New NodeMCU Web IDE (only web browser required)

PostPosted: Thu Nov 25, 2021 6:02 am
by Inq720
Looks very interesting. I see that it recognized that I had one connected to a USB port. I'm imagining you will have some kind of interpreted language (Python, Scratch, etc). You'll have to have some kind of stub interpreter on the Node already. Do you have a plan on how to get it there without a real development environment?

Re: New NodeMCU Web IDE (only web browser required)

PostPosted: Thu Nov 25, 2021 6:29 am
by Felipe Echanique
Inq720 wrote:Looks very interesting. I see that it recognized that I had one connected to a USB port. I'm imagining you will have some kind of interpreted language (Python, Scratch, etc). You'll have to have some kind of stub interpreter on the Node already. Do you have a plan on how to get it there without a real development environment?


Yes, for the moment is intended for Lua programming language, but I'm planning to extend it to other interpreted languages :)