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

Make Client writable/readable stream? #92

Closed
villelahdenvuo opened this issue Jun 22, 2012 · 2 comments
Closed

Make Client writable/readable stream? #92

villelahdenvuo opened this issue Jun 22, 2012 · 2 comments

Comments

@villelahdenvuo
Copy link

I think streams are Node's great feature to handle data flow and IRC certainly is one. I can always implement my own stream interface on top of node-irc, but it might be a nice feature in this library, so what do you think?

@martynsmith
Copy link
Owner

Can you elaborate on what you mean exactly?

Are you thinking a stream per channel, or something else?

@villelahdenvuo
Copy link
Author

Well, I started making my own library to use this idea. I don't think it's such a good idea for this project. My module is inspired by connect, so you can for example use channel-stream to get streams or use events or both.

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