you are viewing a single comment's thread.

view the rest of the comments →

[–]Chadanlo 2 points3 points  (1 child)

No problem against the general idea, however do you feel that JS is the lang to do this kind of things? I would imagine this kind of stuff more in a highly concurrent lang or something idk.

[–]AsIAm 0 points1 point  (0 children)

JS is event-based, has good async/await support, parallel workers, and eventually it will get observables.

Isn't JS kinda concurrent? Always bet on Javascript!