[–] polysaturate 10y 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. [–] [dead] sibizavic 10y ago ↗ I think you might be right. Even with the old-fashioned PHP it is easier. I think the difficulty arises due to JS being more client-side focussed. [–] noodlio 10y ago ↗ It definitely requires some additional work. They are both advantages as disadvantages with JS.
[–] [dead] sibizavic 10y ago ↗ I think you might be right. Even with the old-fashioned PHP it is easier. I think the difficulty arises due to JS being more client-side focussed.
[–] noodlio 10y ago ↗ It definitely requires some additional work. They are both advantages as disadvantages with JS.
3 comments
[ 5.6 ms ] story [ 14.5 ms ] threadIs 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.