Hacker News new | ask | show | jobs
by polysaturate 3737 days ago
Honest question(not trolling, I swear):

Is it me, or is dealing with Stripe, or any HTTP API in javascript more of a pain in the ass, with it's asynchronous model and callbacks, than other languages? I much rather deal with and API in say...Ruby, than JS.

1 comments

It definitely requires some additional work. They are both advantages as disadvantages with JS.