MagicMirror² v2.25.0 is available! For more information about this release, check out this topic.
Learning Node.js
-
So I’m a developer, I typically spend my days in c# and jquery and I figured I would use my downtime to learn Node.js.
My development rig is a windows platform so I just want to double check, if I write a fairly straightforward app (just pulling some json and displaying it), will I be able to do the development on my Windows PC (vs 2017) and merely copy it over to my PI whenever I get to the PI specific code?
-
@timcadieux said in Learning Node.js:
will I be able to do the development on my Windows PC (vs 2017) and merely copy it over to my PI
Yes, you can. I was developing under Windows. I know some others that still do. I do my module work in ubuntu now.