Hacker News new | ask | show | jobs
by akoumjian 4457 days ago
As far as I can tell, the area that you will have the biggest issue in node.js is if your data models are highly relational. Last I checked, there wasn't a robust node.js ORM for SQL data stores. Otherwise don't fret it, just get building.

Also, as long as you're looking at all those options, don't forget about Python/Django.