I came across this link recently: https://gist.github.com/nkt/e49289321c744155484c . Towards the end someone posted a benchmark suggesting that swoole PHP (an async PHP framework) outperformed node.js significantly. I've personally never heard of swoole before, but I was intrigued. I was wondering if anyone has tried it and found it to be as performant as the link claimed?
Ask HN: Has anyone tried swoole PHP in prod? Does it really beat Node.js?
1–2 of 2 posts
Re: Ask HN: Has anyone tried swoole PHP in prod? Does it really beat Node.js?
#2Hmm, that really is quite impressive if correct. I'm intrigued enough to try and replicate the results at the weekend!