I just wrote TLS client certificate authentication for an internal systems API with node, in about 20 lines of code. Node's biggest power is a great abstraction for low level HTTP and socket stuff. You get direct access to everything, with a sane and elegant API.
For plain old websites, I'd still use something like Rails or Django.
For plain old websites, I'd still use something like Rails or Django.