You are reading a single comment by @Injecteer and its replies. Click here to read the full conversation.
  • Btw, I tried also to use require( 'http' ) and it didn't work as well.

    The funny thing is, that WebSocket works like charm:

    var WS = require( "ws" );
    self.ws = new WS( self.serverHost, { port:8822 } );
    
About

Avatar for Injecteer @Injecteer started