Y
Hacker News
new
|
ask
|
show
|
jobs
by
plugin-baby
814 days ago
> or reading files, as filesystem api are not async
This is interesting - all nodejs file system APIs are async by default.
1 comments
zaphar
814 days ago
That's because javascript as a whole is async by default. Which really makes me confused as to why javascript didn't just go the route of Go and eliminate the distinction instead of falsely creating it with syntax.
link