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

[Socket] Pause/resume a input stream #7

Closed
igorw opened this issue May 10, 2012 · 1 comment
Closed

[Socket] Pause/resume a input stream #7

igorw opened this issue May 10, 2012 · 1 comment
Labels

Comments

@igorw
Copy link
Contributor

igorw commented May 10, 2012

Streal from node: http://nodejs.org/api/net.html

This allows throttling and prevents buffering all incoming data in memory if we cannot deliver it fast enough.

We should definitely look into the stream API: http://nodejs.org/api/stream.html

@igorw
Copy link
Contributor Author

igorw commented Jul 8, 2012

Done in #41.

@igorw igorw closed this as completed Jul 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant