Node.js Application Hosting Service running on Digital Ocean
11–20 of 35 posts
Re: Node.js Application Hosting Service running on Digital Ocean
#12Azure Websites also offer Node.js hosting [1], and they have a free plan for small (development) sites. Paid plans there seem more expensive. [1] http://www.windowsazure.com/en-us/develop/nodejs/
And in most cases providers do as much as possible to lock you in, so you don't switch to a cheaper option when you reach certain size.
On the other hand, we want customers to know that they can leave us whenever they need to. Your apps are completely portable, so there is no reason not to give it a try.
Re: Node.js Application Hosting Service running on Digital Ocean
#13I'm sure you're not looking to go head to head with opscode or plabs, but what's the elevator pitch? I'd really love something that ended up being much more concise for the 90% of the deploys that are dead simple.
(and no, I haven't tried ansible yet)
Re: Node.js Application Hosting Service running on Digital Ocean
#14I got a cheap server on DO I use to deploy some apps just for testing purpose and, sometimes, I think I waste too many time configuring, breaking stuff and fine-tunning my servers (I do like it but it's not very productive). The languages I play with are Python (Django and Flask), PHP (Symfony2 and Wordpress) and Javascript (Node.js/Express).
My questions are: Why would I choose Stackful.io over Digital Ocean? Will it help me with that?
Re: Node.js Application Hosting Service running on Digital Ocean
#15I have some questions and, please, don't get me wrong, I'm not being sarcastic. I am really interested in your services. I got a cheap server on DO I use to deploy some apps just for testing purpose and, sometimes, I think I waste too many time configuring, breaking stuff and fine-tunning my servers (I do like it but it's not very productive). The languages I play with are Python (Django and Flask), PHP (Symfony2 and…
I'm all for server tweaking and I do it all the time, but sometimes it gets boring. I could probably do something better than configure php5-fpm for the thousandth time.
Right now, Stackful.io takes the pain from that when it comes to Node.js development. You just pick a server size and hit a button. 2 minutes later your machine is ready to rock and you can deploy your app with a simple Git push.
We are planning on doing the same for the other major web technologies. We have some pretty good progress with a Python stack and a PHP one is in our queue.
Re: Node.js Application Hosting Service running on Digital Ocean
#16As a Chef user, what are the honest selling points of cuisine vs. something like Chef Solo? I'm definitely up for moving to something that isn't as heavy as Chef but so far nothing has really clicked. Is it just that you preferred python? Looking at the sample code it doesn't seem more compact or sraight forward than the ruby equivalents. The excellent knife cloud bootstrap plugins, good hypervisor metadata coverage…
execute "#{virtualenv_dir}/bin/pip install -r #{requirements_file}" do user deploy_user group deploy_user end
IMO Chef shines when you have to move a lot of config files and generate node- and role-specific configs. I feel it's a lot simpler to just have recipe-specific files and templates packaged with the recipe and move them over with commands like cookbook_file and template.
Right now we are using both the technologies. Our stacks are Chef-based since we want people to be comfortable with reading (and possibly modifying) its code. We also reuse a lot of the Opscode recipes which simply do not exist for Fabric/Cuisine. Fabric and Cuisine have their place when we bootstrap a server and prepare the Chef environment and at several odd places where they keep things running together.
Re: Node.js Application Hosting Service running on Digital Ocean
#17Re: Node.js Application Hosting Service running on Digital Ocean
#18With regards to Digital Ocean. My server there which I installed about a month ago (Amsterdam location), with 2GB of RAM is not responding for several hours now. Including not possible to reboot. Support says they're aware of the issue. But it's been several hours like this now. Never had with with Linode in my 3 years with them. Guess I'll be moving this server back.
I will take care of it for you.
Re: Node.js Application Hosting Service running on Digital Ocean
#19I have some questions and, please, don't get me wrong, I'm not being sarcastic. I am really interested in your services. I got a cheap server on DO I use to deploy some apps just for testing purpose and, sometimes, I think I waste too many time configuring, breaking stuff and fine-tunning my servers (I do like it but it's not very productive). The languages I play with are Python (Django and Flask), PHP (Symfony2 and…