Hacker News new | ask | show | jobs
by faceplant 5553 days ago
What do you mean by "if you don't need the real-time element"?
1 comments

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.
Oh, I see. So it works as normal it just doesn't have server push yet. Gotcha.