Skip to content

Simple example how to enable/disable led with nodejs and html

Notifications You must be signed in to change notification settings

kele6ra/rpi_nodejs_led

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs-Raspberry-Pi

LTS NodeJS Install:

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install nodejs
node -v

Git Install:

sudo apt install git
git -v

Start web server (port 8181)

git clone https://github.com/kele6ra/rpi_nodejs_led
cd rpi_nodejs_led
sudo node index.mjs

About

Simple example how to enable/disable led with nodejs and html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published