workshopper / stream-adventure

go on an educational stream adventure!
Other
2.06k stars 313 forks source link

(almost) npm free solutions #260

Open mulekick opened 4 years ago

mulekick commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

Hi @ccarruitero

You can use my solutions as you see fit.