Sunday, February 11, 2018

Websocket on dreamhost shared hosting



I would like to build a small webapp with some i/o communication with the server via ajax.



Since I'm on a dreamhost shared server I already know that I cannot use node.js to build my app. But now, reading around the internet, I'm starting to suspect that I can also forget about websockets!!!



Am i right??




Thanks


Answer



According to this post you have to upgrade your DH server from shared to VPS or Dedicated to use WebSocket.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...