You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: