Hi
I am currently building a RTOS with a HTML5 interface.
I am interested in kernel.js due to the design similarities with the microkernel architecture which works well for RTOS mission critical frameworks and applications where fundamental objective is not huge throughput of data, but the consistency of the data throughput. (ie. low IPC jitter)
Working with web workers I've been able to so far implement a HTML5 standard threaded web app as a concept.
I am wondering about the scalability of kernel.js. Is there room to grow in terms of adding complex scheduling, what do you think of IPC latency with kernel.js in a full production environment?
Thanks.