I suggest you ...

Add websocket support to node.js

While socket.io does allow alternatives such as xhr-polling, these fallbacks are nowhere near as powerful and fast as websockets, which are becoming more and more often used.

433 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    RogerRoger shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    28 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • DamianDamian commented  ·   ·  Flag as inappropriate

        I'm glad that I have found that post before I bought the hosting for my apps...

      • Norman KhineNorman Khine commented  ·   ·  Flag as inappropriate

        +1 for websocket support and update would be nice of when it is planned as the last comment from AppFog was back in March 7, 2013 2:33.
        thanks

      • Alexandru SavinAlexandru Savin commented  ·   ·  Flag as inappropriate

        I'm in search for a nodejs hosting but when I found out that there is no support for websockets it really amazed me. That's the most useful feature of nodejs and you take away by not supporting it.
        I like appfog but I will quickly jump to a competitor if this feature is not provided.

      • Anonymous commented  ·   ·  Flag as inappropriate

        I really need this functionality, and that's a blocker... I'll have to go with a competitor if this feature isn't available shortly... But I really like AppFog, so I hope it's gonna be available soon!

      • GlennGlenn commented  ·   ·  Flag as inappropriate

        I love AppFog, but it's very true that this functionality is one of the highlights of node.js. Is there any official update as far as if/when this may be available (Maybe I am just missing it)?

      • JasonJason commented  ·   ·  Flag as inappropriate

        I'm amazed appfog doesn't already have this! This is the main appeal of node.js.

      • Anonymous commented  ·   ·  Flag as inappropriate

        If this feature is not implemented within next 3 months, I am going to have to look for other providers. So please implement this feature.

      • LicsonLicson commented  ·   ·  Flag as inappropriate

        Yes it's a REALLY important feature. I think everyone that uses node.js did want something realtime as said in their website. However, AppFog uses Nginx as their reverse proxy and Nginx has just got websocket support. AppFog needs some time to upgrade their reverse proxy I think. I've made an example of WebSockets (http://licson-node.hp.af.cm/system/chart.html) and after I hosted it on AppFog I realize that the delay is significant and it looks pretty slow. Please Appfog, add WebSockets as soon as possible!

      • Matthias WaglerMatthias Wagler commented  ·   ·  Flag as inappropriate

        This feature is really important. It enables awesome possibilities in the browser. XHR-Polling is not a real alternative as you get problems with connect and disconnect events (tested with socket.io on appfog).
        Thanks for providing this awesome platform. Keep up the good work.

      • Michael J. RyanMichael J. Ryan commented  ·   ·  Flag as inappropriate

        It isn't easy because (and I am only assuming) there is a load-balancer/reverse-proxy system in front of the services/applications. This front end needs to support web sockets in order to work appropriately. Nginx only recently added support, and other systems are just now catching up on support. Fronting NodeJS to the outside world has other issuues as well. Another issue is only "upgrading" to websockets when the app/service being routed to supports it on that endpoint.

      ← Previous 1

      Feedback and Knowledge Base