nodeshift / web-application-reference

WIP repo to hold Red Hat/IBM web application reference
Apache License 2.0
11 stars 6 forks source link

doc: initial draft of cross-platform section #7

Closed mhdawson closed 6 months ago

lholmquist commented 8 months ago

I wonder if this is confusing Operating System platform (Linux, MacOS, Windows, iOS, Android) with architecture platform (amd64, arm64, ppc64le, etc). Be aware that nodejs code can be independent of both of those parameters, but Dockerfiles will be specific to a single OS, but can then be built against multiple cpu platforms.

My understanding is that since this repo is more front-end related, that we would be discussing the platforms that a user interacts with, like iOS/Androind/Web and not necessarily the architecture, which we could/should probably discuss in the node.js reference architecture, if we haven't already