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

(almost) npm free solutions #260

Open
mulekick opened this issue Oct 4, 2020 · 2 comments
Open

(almost) npm free solutions #260

mulekick opened this issue Oct 4, 2020 · 2 comments

Comments

@mulekick
Copy link

mulekick commented Oct 4, 2020

If anyone's interested, I've managed to solve all the exercises without using any npm module except ws and tar (writing one's own implementations of WebSocket and tar is clearly out of scope), and writing custom streams instead.

my solutions

how to implement your own streams

@ccarruitero
Copy link
Contributor

Hi @mulekick

Your solutions seems interesting.

I would like to update exercises to encourage users to build their own stream implementations. I started adding some exercises for reading (read_it) and writing streams (write_to_me).

Could be great to update some problems to use your solutions

@mulekick
Copy link
Author

Hi @ccarruitero

You can use my solutions as you see fit.

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