# nodemcu-webide
**Repository Path**: mirrors_creationix/nodemcu-webide
## Basic Information
- **Project Name**: nodemcu-webide
- **Description**: A websocket based IDE for nodemcu devices.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-05-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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