One question - does it support TCP sockets? I've evaluated a dozen or so Node.js hosting solutions and none (0, null, nil) supported TCP sockets. HTTP/S and WebSockets only. It's ridiculous - a TCP server is a major use case for Node.js and yet if you want to host it, you must configure and administrate your own server (on EC2 or whatever).
We had the same problem. We actually wanted to use Heroku just for pre-production as it was the easiest to deploy / manage, but their TCP socket implementation is such a joke. We would up just using AWS, and sunk a few days into dev / sys ops. I would happily pay for a solution to this problem
Hosting for Node.js apps done right
21–30 of 42 posts
Re: Hosting for Node.js apps done right
#22Irony is that their website is powered by PHP rather than node.
Re: Hosting for Node.js apps done right
#23Irony is that their website is powered by PHP rather than node.
In general, how do you determine what software is running on the server side? None of the obvious links are to .php documents and the headers only indicate nginx
Although, you can do the same with node session module it seems like php anyway.
Re: Hosting for Node.js apps done right
#24Re: Hosting for Node.js apps done right
#25Re: Hosting for Node.js apps done right
#26Earlier quoted context omitted.
We had the same problem. We actually wanted to use Heroku just for pre-production as it was the easiest to deploy / manage, but their TCP socket implementation is such a joke. We would up just using AWS, and sunk a few days into dev / sys ops. I would happily pay for a solution to this problem
Could you elaborate a bit on "their TCP socket implementation is such a joke" ? Are you talking about the Ruppell's Sockets addon ? What's your problem with it ? What could be an improvement to it ?
Re: Hosting for Node.js apps done right
#27Really neat to have FTP access for new JavaScript to NodeJS developers that don't know how to use git yet.
Edit: It's working but needs a time to finish deployment
Re: Hosting for Node.js apps done right
#28Irony is that their website is powered by PHP rather than node.
There seems to be a tendency in the nodejs community to try and use it in any and every situation, regardless of how suitable it is for that situation.
Re: Hosting for Node.js apps done right
#29One question - does it support TCP sockets? I've evaluated a dozen or so Node.js hosting solutions and none (0, null, nil) supported TCP sockets. HTTP/S and WebSockets only. It's ridiculous - a TCP server is a major use case for Node.js and yet if you want to host it, you must configure and administrate your own server (on EC2 or whatever).
Re: Hosting for Node.js apps done right
#301- "Hosting for Node.js apps done right": Like everything else is done wrong? That's just weird.
2- What does "designed for cloud" mean?
3- "Free support"? How gullible do you think we are? At 6e/mo, anyone that believes they're getting any kind of "Free support" is wrong. Or else this service is going to fail big time.
Now some constructive criticism: I see "FTP access". But as a dev, I would have liked to see something like FTPS, SFTP or better yet, SSH.