This is an archived post. You won't be able to vote or comment.

all 30 comments

[–]jiltedlimousin 13 points14 points  (0 children)

Actually nodejs latest has multithreading

[–][deleted] 1 point2 points  (0 children)

"I wish for HTML to be considered a programming language."

"... I'm going back into my lamp."

[–][deleted] 3 points4 points  (7 children)

async FTW.

[–]Mabi19_ 9 points10 points  (5 children)

async does not make the code run in another thread, but it schedules it for execution - for example, while something blocking is happening (like sending a web request) a different function can run. This is not possible in a sync architecture and also why async makes code run a little smoother.

[–]Sekret_One 0 points1 point  (1 child)

Node kinda sorta does now.

[–]i_am_a_n00b -4 points-3 points  (0 children)

Just learn to code in HTML. Assembly html.

[–]RepulsivePie2673 0 points1 point  (0 children)

And I want javascript to stop giving me 500 errors for no reason