You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JS, the base part of the HTTP server is implemented in native code, it's just Zig, Rust, C++ with JS bindings. In Dart case, it's all written in Dart and native socket bindings. Dart is reading all the bytes, parsing them, and putting them into the streams.
Is there any possibility of improvement?In this way, dart can also be used as a backend.
In JS, the base part of the HTTP server is implemented in native code, it's just Zig, Rust, C++ with JS bindings. In Dart case, it's all written in Dart and native socket bindings. Dart is reading all the bytes, parsing them, and putting them into the streams.
https://web-frameworks-benchmark.netlify.app/result
Why?
The text was updated successfully, but these errors were encountered: