stream-adventure
stream-adventure copied to clipboard
(almost) npm free solutions
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.
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
Hi @ccarruitero
You can use my solutions as you see fit.