DEV Community

Discussion on: Run your Node.js application on a headless Raspberry Pi

Collapse
 
paulc_creates profile image
Paul Caoile

Thank you for this. I will have to try this out since I have few RasPi waiting to be used for good. Do you have recommendations on ufw rules to make the connection more secure?

Collapse
 
bogdaaamn profile image
Bogdan Covrig

I would allow just the traffic from/to the ports that my API is using.

Collapse
 
paulc_creates profile image
Paul Caoile

Thank!