flickr / yakbak

Record and playback HTTP responses
MIT License
1.06k stars 83 forks source link

Why not nock-vcr? #15

Open andreipopovici opened 8 years ago

andreipopovici commented 8 years ago

Hi there,

In the blog post linked in the README, there's mention of a few approaches to the same problem, including Ruby's vcr library.

I'm curious how yakbak compares with existing node libraries that mimic vcr, such as https://github.com/poetic/nock-vcr-recorder or https://github.com/carbonfive/nock-vcr

What's different or better about yakbak? I think it would be helpful to clarify this in the README, if not a follow-up blog post.

Thanks!