Live data from Hacker News

Hosting for Node.js apps done right

evennode.com

1–10 of 42 posts

Re: Hosting for Node.js apps done right

#3
post #2

"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 :(

Just went looking for that, is a 2 TB Soft limit

[1] http://www.evennode.com/policy/aup

Re: Hosting for Node.js apps done right

#4
post #2

"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

#5
post #2

"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 :(

Except for the lack of ssl on the smallest plan, prices and limits seem reasonable.

Re: Hosting for Node.js apps done right

#7
I wonder how pricing is determined for these offerings? Ie whats the driver for profitability?

My thinking is as follows: if I use a popular IAAS for servers to host customers node.js apps, and if I have instances with 15GB of ram, if I offer application instances that are allocated at most 256MB, then I can fit about 58 application instances on a server (allowing 500MB for the OS). At 6€ an instance (for the intro tier) that's 348€ a month

An EC2 M3.xlarge costs about $81 a month (3 year heavy reserved, amortizing one time payment over 36 months). Today that about 63€ a month. So they intend to make 290€ per server minus additional costs for mongodb hosting.

Does that jive with how you all figure these things?

Re: Hosting for Node.js apps done right

#10
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).
Post reply on HN