Y
Hacker News
new
|
ask
|
show
|
jobs
by
AtlasBarfed
433 days ago
Aren't websockets the only way to some sort of actual multi-core and threaded code in JavaScript, or is it still subject to the single background thread limitation and it just runs like node does?
1 comments
nothrabannosir
433 days ago
Do you mean web workers?
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers...
link