9 ms·
> To provide a modern, productive programming system that adheres to browser APIs. In my opinion, the best part of node is (or was) that it didn't adhere to th
by loopback_device 5y ago
> To provide a modern, productive programming system that adheres to browser APIs.
In my opinion, the best part of node is (or was) that it didn't adhere to the browser APIs. That brought in some fresh air, and gave us buffers, native bindings, streams etc.
- searchableguy 5y agoWeb does have streams and buffers. Web assembly seems to fill in the gaps for native code but deno supports rust plugins which removes any sandbox guarantees so it's a trade off.