Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a better algorithm in async jsws using streams #5

Open
kranfix opened this issue Feb 6, 2022 · 1 comment
Open

Use a better algorithm in async jsws using streams #5

kranfix opened this issue Feb 6, 2022 · 1 comment

Comments

@kranfix
Copy link

kranfix commented Feb 6, 2022

Here there is an example to implement the async web server in JS.
https://nodejs.org/en/knowledge/advanced/streams/how-to-use-fs-create-read-stream/

Currently, the server works this way with promises only:

file: aaaAAAAaaaAAaaaa
res: --------------------bbbBBBBbbbBBbbbb

But, it would be better this way with steam:

file: aaaAAAAaaaAAaaaa
res: ---bbbBBBBbbbBBbbbb

The same idea can be applied to Rust, for example.

@deepu105
Copy link
Owner

deepu105 commented Feb 8, 2022

I tried this but on benchmarks, the req/second goes down with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants