Hacker News new | ask | show | jobs
by olegp 5553 days ago
I mean that if you're building a typical web app that uses the request/response cycle rather than requiring real time push from the server using Comet or WebSockets, Akshell, with it's synchronous I/O, should be easier to work with.
1 comments

Oh, I see. So it works as normal it just doesn't have server push yet. Gotcha.