|
|
|
|
|
by eloff
1476 days ago
|
|
NodeJS doesn't have all these gotchas around async that rust does. It's still harder than sync code, but it's more manageable. The lack of a proper type system, only partially solved by typescript is a big drawback though, that eats into productivity. |
|