-->
Page 1 of 1

Node.js IDE for NodeMCU firmware

PostPosted: Fri Apr 24, 2015 11:05 am
by jdarling
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.

Re: Node.js IDE for NodeMCU firmware

PostPosted: Fri Apr 24, 2015 5:39 pm
by raz123
Screenshots? :)

Re: Node.js IDE for NodeMCU firmware

PostPosted: Sat Apr 25, 2015 6:12 pm
by mikewen
Do you have to physically connect ESP8266 board to your PC?

Re: Node.js IDE for NodeMCU firmware

PostPosted: Sun Apr 26, 2015 1:44 pm
by jdarling
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.