Y
Hacker News
new
|
ask
|
show
|
jobs
by
omnimus
2713 days ago
Swoole looks exactly like some node.js code. The problem is that node has promises and async await while swoole/php has only callbacks right? No other mechanism..
That makes node a lot nicer to do async.