Chat about current Lua tools and IDEs

User avatar
By jdarling
#15505 I wanted a simple stupid web based IDE for the NodeMCU firmware, so I built one using React and Node.js

https://github.com/jdarling/nodemcu_editor

All the basic functionality (Load/Save/Save As/Run) is in place. The code is pretty ugly, but hey it works :)

Pull requests, feature requests, etc all welcome.
User avatar
By jdarling
#15714 No screenshots yet, but will put some together when I get done with my current edits. And yes, for now, you have to have the board connected physically to your machine to use it. The configuration for the com port is in the config/config.js file.