-->
Page 1 of 1

nodemcu-webide

PostPosted: Sat Jul 09, 2016 4:23 am
by moononournation
I am writing a Web IDE for NodeMCU. It still in early development stage, after finished it should be:
    After initial deployment, no USB / TTL connection needed
    All coding on the browser
    Web IDE can run on mobile, tablet, notebook and computer with ESP WiFi connected

If interested, please find the source here:
https://github.com/moononournation/nodemcu-webide

Just use Esplorer upload all files in bin to your ESP board then browse to the ESP IP can start to use the Web IDE.

Re: nodemcu-webide

PostPosted: Sat Aug 13, 2016 6:08 pm
by marcelstoer
Way cool! I also like your instructables a lot, thanks.

Re: nodemcu-webide

PostPosted: Tue Aug 16, 2016 6:17 am
by yeti
I'm puzzled!
Why did this good news generate so few resonance?

Re: nodemcu-webide

PostPosted: Thu Aug 18, 2016 8:41 am
by moononournation
I have just added WebSocket support to the Web IDE, hope it can help to write more innovative code.
I will try to use it to speed up the response time of led-matrix example first.