04-12-2018, 01:45 PM
If you are feeling adventurous, I have been using node-red to quickly develop and deploy:
- continuous polling systems
- web sockets instead of polling to avoid unnecessary requests
- file reading
- GPIO and other PI interactions done very easy
I think it's a great place to start, and if you are more comfortable with JavaScript than Python, then it's just the icing on the cake.
Best regards,
Rafa.
- continuous polling systems
- web sockets instead of polling to avoid unnecessary requests
- file reading
- GPIO and other PI interactions done very easy
I think it's a great place to start, and if you are more comfortable with JavaScript than Python, then it's just the icing on the cake.
Best regards,
Rafa.