Hacker News new | ask | show | jobs
by vhackish 5542 days ago
For building something that is content management, Django - as others have said - is a good choice. Going forward though, as a veteran C and web programmer I really like node.js. I think you will enjoy coding in JavaScript since it's like C syntactically, and you will really like the power and flexibility of node.js.

Also there are plenty of ORMs for node.js - I like Mongoose and mongodb personally, but there are several others.