TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hosting for Node.js apps done right

32 pointsby kertofover 10 years ago

13 comments

pkorzeniewskiover 10 years ago
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).
评论 #8362150 未加载
评论 #8361908 未加载
marktangotangoover 10 years ago
I wonder how pricing is determined for these offerings? Ie whats the driver for profitability?<p>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&#x27;s 348€ a month<p>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.<p>Does that jive with how you all figure these things?
conradkover 10 years ago
This sounds like a joke to me.<p>1- &quot;Hosting for Node.js apps done right&quot;: Like everything else is done wrong? That&#x27;s just weird.<p>2- What does &quot;designed for cloud&quot; mean?<p>3- &quot;Free support&quot;? How gullible do you think we are? At 6e&#x2F;mo, anyone that believes they&#x27;re getting any kind of &quot;Free support&quot; is wrong. Or else this service is going to fail big time.<p>Now some constructive criticism: I see &quot;FTP access&quot;. But as a dev, I would have liked to see something like FTPS, SFTP or better yet, SSH.
评论 #8362562 未加载
评论 #8362350 未加载
评论 #8362840 未加载
deweyover 10 years ago
No https and the login form is submitted in plain text. That doesn&#x27;t really inspire confidence.
eddierogerover 10 years ago
What are the others doing wrong that these guys are doing right? From the marketing page, it looks to be as simple as Heroku, except I already have an account there, and most of my apps run for free already.
leichtgewichtover 10 years ago
The things I miss in this &quot;done right&quot; approach:<p>- Continuous Deployment: automatic load-balancing, proper termination of instances, all seem to apply without documentation or not?!<p>- Redis: MongoDB for persistent data is fine in many cases but for performance nothing beats a key&#x2F;value storage (also: some session storage works well with redis)<p>- Where is it hosted? Europe? Unusable for my location :)
jain_chirag04over 10 years ago
Irony is that their website is powered by PHP rather than node.
评论 #8362062 未加载
评论 #8361994 未加载
marknadalover 10 years ago
Really neat to have FTP access for new JavaScript to NodeJS developers that don&#x27;t know how to use git yet.
评论 #8361454 未加载
评论 #8362358 未加载
评论 #8361547 未加载
评论 #8361496 未加载
评论 #8362039 未加载
randunelover 10 years ago
&quot;Dev&quot; price:<p>€ 6 &#x2F; month<p><pre><code> 1 app instance 256MB RAM 1GB storage Unlimited custom domains FTP access Free MongoDB database Free support </code></pre> If they also have a transfer limit, then just forget about it :(
评论 #8361216 未加载
评论 #8361220 未加载
评论 #8361230 未加载
Fastidiousover 10 years ago
Too expensive, in my opinion. The dashboard looks nice, simple and clean though.
Kiroover 10 years ago
How does this compare to Nodejitsu? Also, do you have support for socket.io?
sogenover 10 years ago
another option: <a href="http://nitrous.io/" rel="nofollow">http:&#x2F;&#x2F;nitrous.io&#x2F;</a> they offer free development boxes
评论 #8361834 未加载
dnnsover 10 years ago
does anyone know if bower, grunt, etc. are working?
评论 #8362435 未加载