No Description

moononournation 3be971ff21 add todo list 7 years ago
bin 221b5b4546 add connection event 7 years ago
flash-image 6091d2e120 update image 7 years ago
src 0a4bd95492 improve browser compability 7 years ago
LICENSE 3ef802bb57 initial commit 7 years ago
README.md 3be971ff21 add todo list 7 years ago
TODO.md 3ef802bb57 initial commit 7 years ago

README.md

NodeMCU WebIDE

You may find more details at my instructables: http://www.instructables.com/id/NodeMCU-WebIDE/

NodeMCU WebIDE base on 2 core projects:

nodemcu-httpserver

A (very) simple web server written in Lua for the ESP8266 running the NodeMCU firmware.

CodeMirror

A versatile text editor implemented in JavaScript for the browser.

##nodemcu-websocket.lua rewrite from:

creationix/nodemcu-webide

A websocket based IDE for nodemcu devices.

##Todo

  • allow multiple opened files
  • auto save file in web browser local storage
  • redirect NodeMCU output to web browser
  • new file template
  • more editor basic feature, such as search
  • refresh button for reload file list
  • fix WebSocket memory leakage issue
  • utilize WebSocket in WebIDE