|
|
|
|
|
by simplotek
1136 days ago
|
|
> For instance, a major selling point of Node was running JS on both the client and server so you can write the code once. What? No. The whole point of Node was a) being able to leverage javascript's concurrency model to write async code in a trivial way, and b) the promise that developers would not be forced to onboard to entirely different tech stacks on frontend, backend, and even tooling. There was no promise to write code once, anywhere. The promise was to write JavaScript anywhere. |
|