rtritto
rtritto
> This is an interesting idea! When you say "porting" do you mean an example of writing Neon/Node bindings to an existing Rust crate? Yes → [may_minihttp](https://crates.io/crates/may_minihttp) crate > If...
@kjvalencik maybe it's better to add `may_minihttp` dependency in `Cargo.toml` and then write the `/src/lib.rs` entrypoint. How can the [/src/lib.rs](https://github.com/Xudong-Huang/may_minihttp/blob/21ebb8506624d0efe56ee1dd45634709f151ff44/src/lib.rs) of `may_minihttp` be re-exported in `/src/lib.rs`? Draft of `/src/lib.rs`: ```rs...
I created #100
@dherman please can you help?
So, to get best performances with an HTTP server the Node.js env, it's better to use [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) (web server written in C++, [benchs](https://www.techempower.com/benchmarks/#hw=ph&test=fortune§ion=data-r22)) instead of create a new one with...
FYI @BlackthornYugen
Ready to be reviewed
@xTudoS @BlackthornYugen @shakaran There is some critical point or we can merge to test the workflow?
@xTudoS @BlackthornYugen @shakaran Should we release as `1.1.0-rc-1`?
Maybe @benmccann can help Related: - https://github.com/typescript-eslint/typescript-eslint/issues/9453#issuecomment-2308873106 - https://github.com/benmccann/tiny-glob/tree/master/bench