Chat about current Lua tools and IDEs

User avatar
By moononournation
#50439 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.
User avatar
By yeti
#53062 I'm puzzled!
Why did this good news generate so few resonance?
User avatar
By moononournation
#53222 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.