Apache and Node.js on the Same Server

前端 未结 10 1701
青春惊慌失措
青春惊慌失措 2020-11-22 06:11

I want to use Node because it\'s swift, uses the same language I am using on the client side, and it\'s non-blocking by definition. But the guy who I hired to write the pro

10条回答
  •  时光取名叫无心
    2020-11-22 06:51

    I recently ran into this kinda issue, where I need to communicate between client and server using websocket in a PHP based codeigniter project.

    I resolved this issue by adding my port(node app running on) into Allow incoming TCP ports & Allow outgoing TCP ports lists.

    You can find these configurations in Firewall Configurations in your server's WHM panel.

提交回复
热议问题