You are reading a single comment by @Sacha and its replies. Click here to read the full conversation.
  • Hi Gordon,

    Yes, please implement 'normal' sockets. Maybe a subset of this implementation:

    http://nodejs.org/api/net.html#net_net

    WebSockets can then be implemented on top as a module only loaded when needed. Just like any other protocols on top of sockets.

    BTW. I think you already implemented i kind of sockets. The existing HTTP Class must be based on it.

About

Avatar for Sacha @Sacha started