https://github.com/creationix/nodemcu-webide
A websocket based IDE for nodemcu devices.
https://github.com/creationix/nodemcu-webide
Last synced: 9 months ago
JSON representation
A websocket based IDE for nodemcu devices.
- Host: GitHub
- URL: https://github.com/creationix/nodemcu-webide
- Owner: creationix
- License: mit
- Created: 2015-05-29T05:32:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T20:46:52.000Z (almost 10 years ago)
- Last Synced: 2025-07-31T09:53:07.555Z (11 months ago)
- Language: JavaScript
- Size: 368 KB
- Stars: 25
- Watchers: 7
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodemcu-webide
A websocket based IDE for nodemcu devices.
## Install on MCU
This has been tested on the dev branch of nodemcu. It needs to have the new
crypto module to function.
Go to mcu folder and edit ssid/password in init.lua.
Then run:
```sh
./luatool.py -f websocket.lua -c
./luatool.py -f main.lua -c
./luatool.py -f init.lua
```
Then restart the mcu and note the IP address printed on the serial console.
## Run Webapp
Simply go to .
## Host Locally
If you want to host locally, install luvit first.
Then go to the host folder and run:
```sh
lit install creationix/weblit
luvit server.lua
```
And point your browser to