This is a mini IoT project combined with web development.
I use javascript language as web server and also rendering html and css to browser with endpoint localhost:4000.
I named this mini project: IoT remote controller via website and sensors on arduino.
please refer to see the tutorial development iot with arduino on medium. this link : IoT remote controller via website and sensors on arduino.
- Run
npm installto install dependencies
cd javascript
npm install- Run
npm startto start the backend server
npm run dev-
Open
localhost:4000in browser (cannot be used yet / still in development stage), but you can usecd/javacript/view/features/lampuand openlampu.htmlin browser -
You can control your IoT device via your browser
Please come back again to see more complete features because this is still under development.