Really neat to have FTP access for new JavaScript to NodeJS developers that don't know how to use git yet.
Hosting for Node.js apps done right
11–20 of 42 posts
Re: Hosting for Node.js apps done right
#12Really neat to have FTP access for new JavaScript to NodeJS developers that don't know how to use git yet.
Or, if not git, then some other version control system. In the 21st century, a VCS really isn't optional.
Re: Hosting for Node.js apps done right
#13Really neat to have FTP access for new JavaScript to NodeJS developers that don't know how to use git yet.
Re: Hosting for Node.js apps done right
#14"Dev" price: € 6 / month 1 app instance 256MB RAM 1GB storage Unlimited custom domains FTP access Free MongoDB database Free support If they also have a transfer limit, then just forget about it :(
Yes they don't seem to be offering anything above and beyond their competitors, particularly on price. Not even a free tier. I'm not saying that companies should have a free tier "by rights", only that it's a good way to get you sucked in whilst you develop your app and then when you scale you're unlikely to change provider.
Re: Hosting for Node.js apps done right
#15Re: Hosting for Node.js apps done right
#16Really neat to have FTP access for new JavaScript to NodeJS developers that don't know how to use git yet.
In 2014 ftp access is not a feature, it is an alarm bell to anyone that has any concern at all for security.
Re: Hosting for Node.js apps done right
#17another option: http://nitrous.io/ they offer free development boxes
Re: Hosting for Node.js apps done right
#18Re: Hosting for Node.js apps done right
#19Re: Hosting for Node.js apps done right
#20One 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 would up just using AWS, and sunk a few days into dev / sys ops.
I would happily pay for a solution to this problem