Comment on OpenMCT: A web based mission control frameworkparentComments−throwaway114602yWhy not? Single threaded doesn't mean only a single thread is ever used.Also, if I understand it correctly, this is a web frontend. Node.js is used for development (bundling, testing etc).−1oooqooq2ybecause of your processing events in single thread (or cooperative pseudo multi thread) you can miss data−throwaway114602yThere is no need to miss data. Node.ja has enough ways to avoid that.
Comments
Why not? Single threaded doesn't mean only a single thread is ever used.
Also, if I understand it correctly, this is a web frontend. Node.js is used for development (bundling, testing etc).
because of your processing events in single thread (or cooperative pseudo multi thread) you can miss data
There is no need to miss data. Node.ja has enough ways to avoid that.