As BANano is the place to go and write most and perhaps all of javascript (wish), assuming that one wants to create a web worker, they need to write javascript code.
Is there a way BANano can make this process easier? perhaps one can write code that can become web worker related code?
I've read this article and was kinda inspired to ask and curious.
The next release of BANano will have the possibility to use background workers in your WebApps. It can not be added in a BANanoLibrary, so it must be done in your final project. Background workers are actually Web Workers, but I prefer using the term 'Background Worker' as it is familiar to the...