Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NodeJS and PHP hosting

I am using nodejs and php on my website but when I want to host it on a server they told me there is no server that can run both node and php.

Is there anything that could take the place of nodejs and do the same work not requiring a server for it? I am using nodejs and socket to make realtime updates for my website .

like image 947
Waleed Kasem Avatar asked Feb 03 '15 12:02

Waleed Kasem


1 Answers

A couple of options are DigitalOcean, AWS (Amazon Webservices) and Heroku.

Personally, I'd go with DigitalOcean. IMO it's the best for small projects; user friendly (good for beginners as well as advanced users), neat stability, easy scalability and best of all: insanely affordable. You can run both in one 'droplet' as you have full control over the OS.

like image 186
rdiz Avatar answered Oct 02 '22 07:10

rdiz