Live data from Hacker News

Viewing profile — koen

koen

HN member
Joined
Tue, Nov 10, 2009, 11:50 AM UTC
HN karma
5
Public activity
6 items

About koen

No profile information was provided.

Recent public activity

  1. comment
    Comment #3343036

    I'm not to happy with this change though. At least with hixie-76, connections would fail to connect if the intermediate proxies are not understanding WebSockets. Now, your connecti…

  2. comment
    Comment #3296684

    WebSockets probably. None of the traditional server-side web frameworks (Ruby on Rails, Django, Java Servlets, ...) can deal with them because you need to maintain open connections…

  3. comment
    Comment #3295581

    > A big part of what empowers node to make these kinds of interfaces possible is its asynchronous nature. No longer do you have statelessness imposed from on high by the likes of a…

  4. comment
    Comment #3292376

    But bcrypt is just a few files of portable C (the .S is optional) with no dependencies whatsoever ?

  5. comment
    Comment #2216576

    An author here. What drop-downs are you referring to? We are a server-side framework (GWT = client-side). That means there is no need to implement a client-server protocol to acces…

  6. comment
    Comment #1881888

    I agree, the reverse proxies are becoming a bottle neck. Perhaps we need to team up and contribute it to nginx? It shouldn't be very hard unless their architecture really does not …