Live data from Hacker News

Hosting for Node.js apps done right

evennode.com

31–40 of 42 posts

Re: Hosting for Node.js apps done right

#31
post #23
post #22

Earlier quoted context omitted.

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

Look their cookies. You will see PHPSESSID meaning that session is provided by PHP. Although, you can do the same with node session module it seems like php anyway. Plus: http://builtwith.com/evennode.com

[deleted]

Re: Hosting for Node.js apps done right

#32
post #16

Earlier quoted context omitted.

In 2014 ftp access is not a feature, it is an alarm bell to anyone that has any concern at all for security.

I _hope_ that when they write 'FTP' they actually mean '(FTP or) SFTP'. Alas, that's no always true.

They seemingly do:

http://www.evennode.com/docs/ftp-access#tls

Re: Hosting for Node.js apps done right

#33
post #30

This sounds like a joke to me. 1- "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,…

Exactly my thoughts - what about "Unlimited FTP access" - a revolutionarily feature that lets you deploy your app as many times as you want! Sign me up.

Re: Hosting for Node.js apps done right

#35
The things I miss in this "done right" approach:

- Continuous Deployment: automatic load-balancing, proper termination of instances, all seem to apply without documentation or not?!

- Redis: MongoDB for persistent data is fine in many cases but for performance nothing beats a key/value storage (also: some session storage works well with redis)

- Where is it hosted? Europe? Unusable for my location :)

Re: Hosting for Node.js apps done right

#36

Irony is that their website is powered by PHP rather than node.

That isn't irony. 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.

Yeah not really ironic; I mean I would be surprised if node.js wasn't a decent or maybe even a better fit but perhaps they had more technical expertise to handle PHP development and the best way to try and start a business is to release early and often.

Re: Hosting for Node.js apps done right

#38
post #30

This sounds like a joke to me. 1- "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,…

SFTP would be a better idea, but documentation says they do support FTPS: http://www.evennode.com/docs/ftp-access#tls

As for criticism... that they charge premium for TLS on custom domains. While this is probably reasonable business decision, it does community a bit of bad service - additional costs for security discourages users from having one. And TLS already has that bar quite high.

Re: Hosting for Node.js apps done right

#39
post #16

Earlier quoted context omitted.

I _hope_ that when they write 'FTP' they actually mean '(FTP or) SFTP'. Alas, that's no always true.

They seemingly do: http://www.evennode.com/docs/ftp-access#tls

That's FTPS, not SFTP, to be precise.

The former is classic FTP sessions secured with TLS on all or some (negotiated at runtime) connections. The latter is a (saner, IMHO) separate protocol traditionally run over SSH session.

Post reply on HN